Skip to content

Commit 262d6f2

Browse files
committed
Fix linting
Signed-off-by: dan437 <80175477+dan437@users.noreply.github.com>
1 parent 9f1fa54 commit 262d6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartTransactionsController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ describe('SmartTransactionsController', () => {
842842
expect(createdSmartTransaction.type).toBe('swap');
843843

844844
// Verify nonceDetails were passed correctly
845-
expect(createdSmartTransaction.nonceDetails).toEqual({
845+
expect(createdSmartTransaction.nonceDetails).toStrictEqual({
846846
test: 'nonce details',
847847
});
848848
},

0 commit comments

Comments
 (0)