Skip to content

Commit ca51025

Browse files
committed
fix test
1 parent 1e5ca04 commit ca51025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/snaps-simulation/src/options.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ describe('getOptions', () => {
1212
"hideBalances": false,
1313
"locale": "en",
1414
"secretRecoveryPhrase": "test test test test test test test test test test test ball",
15+
"simulateOnChainActions": true,
1516
"state": null,
1617
"unencryptedState": null,
17-
"useNftDetection": true,
1818
"useExternalPricingData": true,
19+
"useNftDetection": true,
1920
"useSecurityAlerts": true,
20-
"simulateOnChainActions": true,
2121
"useTokenDetection": true,
2222
}
2323
`);
@@ -37,12 +37,12 @@ describe('getOptions', () => {
3737
"hideBalances": false,
3838
"locale": "nl",
3939
"secretRecoveryPhrase": "test test test test test test test test test test test ball",
40+
"simulateOnChainActions": true,
4041
"state": null,
4142
"unencryptedState": null,
42-
"useNftDetection": true,
4343
"useExternalPricingData": true,
44+
"useNftDetection": true,
4445
"useSecurityAlerts": true,
45-
"simulateOnChainActions": true,
4646
"useTokenDetection": true,
4747
}
4848
`);

0 commit comments

Comments
 (0)