Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Jun 23, 2023
1 parent 3f84ebf commit 266a30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/PageContextService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe(PageContextService.name, () => {
expect(context).toEqual({
user: undefined,
tradingMode: 'spot',
chainId: 1,
chainId: 5,
instanceName: spotConfig.starkex.instanceName,
})
expect(mockedUserService.getUserDetails).toHaveBeenCalledWith(givenUser)
Expand Down

0 comments on commit 266a30d

Please sign in to comment.