Skip to content

Commit

Permalink
Fixing test-storybook and test-unit-jest-main
Browse files Browse the repository at this point in the history
  • Loading branch information
VSaric committed Jan 26, 2023
1 parent 42517e5 commit ca8dc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const props = {
useNonceField: true,
nextNonce: 1,
customNonceValue: '2',
txData: { simulationFails: null },
showCustomizeNonceModal: jest.fn(),
chainId: '1337',
rpcPrefs: {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default {
useNonceField: true,
nextNonce: 1,
customNonceValue: '2',
txData: { simulationFails: null },
chainId: '1337',
rpcPrefs: {},
isContract: true,
Expand Down

0 comments on commit ca8dc8a

Please sign in to comment.