Skip to content

Commit

Permalink
Merge branch 'master' into cl/extend-types
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 18, 2023
2 parents ab9b221 + 139db87 commit befc87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-api/src/e2e-ksm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('node-api', () => {
describe('ceremonies', () => {
it('should get meetupTimeOffset', async () => {
const time = await getMeetupTimeOffset(api);
expect(time.toNumber()).toBe(-2_100_000);
expect(time.toNumber()).toBe(16500000);
});
});

Expand Down

0 comments on commit befc87a

Please sign in to comment.