Skip to content

Commit 731f870

Browse files
committed
chore: updated tests
1 parent 16dfb16 commit 731f870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/components/app/modals/hide-token-confirmation-modal/hide-token-confirmation-modal.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ describe('Hide Token Confirmation Modal', () => {
8888
expect(actions.ignoreTokens).toHaveBeenCalledWith({
8989
tokensToIgnore: tokenState.address,
9090
networkClientId: 'goerli',
91+
chainId: '0x5',
9192
});
9293
});
9394

@@ -131,6 +132,7 @@ describe('Hide Token Confirmation Modal', () => {
131132
expect(actions.ignoreTokens).toHaveBeenCalledWith({
132133
tokensToIgnore: tokenState2.address,
133134
networkClientId: 'bsc',
135+
chainId: '0x89',
134136
});
135137
});
136138
});

0 commit comments

Comments
 (0)