Skip to content

Commit 0ba20fc

Browse files
committed
fix: fix PR comments
1 parent 811624d commit 0ba20fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/assets-controllers/src/NftDetectionController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ describe('NftDetectionController', () => {
11031103
);
11041104
});
11051105

1106-
it('should repro error when NFT token metadata is null', async () => {
1106+
it('does not error when NFT token metadata is null', async () => {
11071107
const mockAddNft = jest.fn();
11081108
const selectedAddress = 'Oxuser';
11091109
const selectedAccount = createMockInternalAccount({

0 commit comments

Comments
 (0)