Skip to content

Commit 816be55

Browse files
committed
update
1 parent 329c765 commit 816be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Views/confirmations/components/smart-account-update-modal/smart-account-update-modal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const renderComponent = (state?: Record<string, unknown>) =>
5757
}),
5858
});
5959

60-
describe('SmartContractWithLogo', () => {
60+
describe('SmartAccountUpdateModal', () => {
6161
beforeEach(() => {
6262
jest.spyOn(AddressUtils, 'isHardwareAccount').mockReturnValue(false);
6363
});

0 commit comments

Comments
 (0)