Skip to content

Commit

Permalink
[e2e-ksm] update meetup time offset to match the Kusama value (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Sep 18, 2023
1 parent da59d4c commit 139db87
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 139db87

Please sign in to comment.