Skip to content

Commit

Permalink
fix: Lint error in util.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Nov 13, 2024
1 parent 41adb56 commit aa3063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/asset/util.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { findAssetByAddress } from './util';
import { Token } from '@metamask/assets-controllers';
import { findAssetByAddress } from './util';

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

0 comments on commit aa3063f

Please sign in to comment.