Skip to content

Commit

Permalink
more version nums for funsies
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Oct 19, 2023
1 parent 468d3e2 commit 8d03dfd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ describe('versionCheckerLogic', () => {
usedVersions: [
{ version: '1.80.0', timestamp: '2023-01-01T12:00:00Z' },
{ version: '1.83.1', timestamp: '2023-01-01T10:00:00Z' },
{ version: '1.20.1', timestamp: '2023-01-01T10:00:00Z' },
{ version: '1.0.890', timestamp: '2023-01-01T10:00:00Z' },
{ version: '0.89.5', timestamp: '2023-01-01T10:00:00Z' },
{ version: '0.0.5', timestamp: '2023-01-01T10:00:00Z' },
{ version: '1.84.0', timestamp: '2023-01-01T08:00:00Z' },
],
expectation: null,
Expand Down

0 comments on commit 8d03dfd

Please sign in to comment.