Skip to content

Commit

Permalink
chore: fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aum-deriv committed Sep 18, 2023
1 parent bd5aa37 commit 1f4c7b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jest.mock('../useTransferMessageListBetweenWalletAndTradingApp', () =>

describe('useTransferMessageList', () => {
it('should get return the generated message list', () => {
const { result } = renderHook(() => useTransferMessageList(mock_from_account, mock_to_account));
const { result } = renderHook(() => useTransferMessageList(mock_from_account, mock_to_account, false));

expect(result.current.data).toStrictEqual([
{
Expand Down

0 comments on commit 1f4c7b6

Please sign in to comment.