Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras committed Jul 26, 2023
1 parent a4be0ca commit 01411be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/__tests__/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ describe('client spec', () => {
test('tokenNegotiatorClient method eventSender event hook functions', async () => {
const tokenNegotiatorClient = getOffChainConfigClient()
tokenNegotiatorClient.eventSender('emitAllTokensToClient', [])
tokenNegotiatorClient.eventSender('emitSelectedTokensToClient', null)
tokenNegotiatorClient.eventSender('emitSelectedTokensToClient', { selectedTokens: null })
tokenNegotiatorClient.eventSender('emitProofToClient', { data: 'test', issuer: 'devcon', error: null })
tokenNegotiatorClient.eventSender('emitNetworkChange', '0x1')
})
Expand Down

0 comments on commit 01411be

Please sign in to comment.