Skip to content

Commit d11c9b9

Browse files
committed
Remove unncessary cast
1 parent 1ae60eb commit d11c9b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/snaps-cli/src/commands/build/implementation.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
getPackageJson,
77
getSnapManifest,
88
} from '@metamask/snaps-utils/test-utils';
9-
import type { SemVerVersion } from '@metamask/utils';
109
import normalFs from 'fs';
1110
import { dirname } from 'path';
1211
import type { Configuration } from 'webpack';
@@ -58,7 +57,7 @@ describe('build', () => {
5857
beforeEach(async () => {
5958
const { manifest } = await getMockSnapFilesWithUpdatedChecksum({
6059
manifest: getSnapManifest({
61-
platformVersion: getPlatformVersion() as SemVerVersion,
60+
platformVersion: getPlatformVersion(),
6261
}),
6362
});
6463

0 commit comments

Comments
 (0)