Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 7, 2024
1 parent 153a4bf commit 76650bb
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import {
getMockSnapFiles,
getSnapManifest,
} from '@metamask/snaps-utils/test-utils';
import type { SemVerVersion } from '@metamask/utils';
import assert from 'assert';
import { createRequire } from 'module';

import { getMockSnapFiles, getSnapManifest } from '../../test-utils';
import { platformVersion } from './platform-version';

describe('platformVersion', () => {
Expand Down

0 comments on commit 76650bb

Please sign in to comment.