Skip to content

Commit

Permalink
Merge branch 'beta-4.56.2' into alpha-4.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 10, 2024
2 parents 8cab861 + a402cdc commit 90ba800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/status.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('StatusController (e2e)', () => {
'lts': false,
},
{
'version': 'v20.12.0',
'version': 'v20.12.1',
'lts': 'Iron',
},
{
Expand Down Expand Up @@ -227,7 +227,7 @@ describe('StatusController (e2e)', () => {

expect(res.statusCode).toBe(200);
expect(res.json().currentVersion).toEqual(process.version);
expect(res.json().latestVersion).toBe('v20.12.0');
expect(res.json().latestVersion).toBe('v20.12.1');
});

afterAll(async () => {
Expand Down

0 comments on commit 90ba800

Please sign in to comment.