Skip to content

Commit aa3063f

Browse files
committed
fix: Lint error in util.test.ts
1 parent 41adb56 commit aa3063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/asset/util.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { findAssetByAddress } from './util';
21
import { Token } from '@metamask/assets-controllers';
2+
import { findAssetByAddress } from './util';
33

44
describe('findAssetByAddress', () => {
55
const mockTokens: Record<string, Token[]> = {

0 commit comments

Comments
 (0)