Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Mar 18, 2021
1 parent 083d63a commit 385512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/versionutil.test.ts
Expand Up @@ -13,8 +13,8 @@ describe('version tests', () => {
);

each([
['3.x', '3.1'],
['3.*', '3.1'],
['3.x', '3.x'],
['3.*', '3.*'],
['3.1.x', '3.1'],
['1.1.*', '1.1'],
['2.0', '2.0']
Expand Down

0 comments on commit 385512c

Please sign in to comment.