Skip to content

Commit

Permalink
test: update testcase value
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Jun 28, 2023
1 parent 11bc3d8 commit 6f9b5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/swap/hooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('#useDerivedSwapInfo', () => {
},
{ wrapper: createWrapper() },
)
expect(result.current.inputError).toBe('Kết nối ')
expect(result.current.inputError).toBe('Kết nối tài khoản')

mockUseActiveWeb3React.mockReturnValue({ account: '0x33edFBc4934baACc78f4d317bc07639119dd3e78' })
rerender()
Expand Down

0 comments on commit 6f9b5e6

Please sign in to comment.