Skip to content

Commit

Permalink
Fix outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Mar 25, 2024
1 parent f6b6eb0 commit 26283c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const HASH_TO_VERSION_MAP: Record<string, string> = {};
HASH_TO_VERSION_MAP[`some-type|${SOME_TYPE_HASH}`] = '10.1.0';
// simulate that transition to modelVersion happened before 'another-type' was updated
HASH_TO_VERSION_MAP[`another-type|${ANOTHER_TYPE_HASH}`] = '10.1.0';
HASH_TO_VERSION_MAP[`no-mv-type|${A_THIRD_HASH}`] = '0.0.0';

describe('V2 algorithm', () => {
let esServer: TestElasticsearchUtils['es'];
Expand Down

0 comments on commit 26283c5

Please sign in to comment.