Skip to content

Commit a7148ba

Browse files
Fix typo
1 parent 6115931 commit a7148ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/snaps-controllers/src/snaps/location

packages/snaps-controllers/src/snaps/location/npm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('NpmLocation', () => {
207207
});
208208

209209
it('throws if fetching the NPM tarball fails', async () => {
210-
const tarballRegistry = `https://registry.npmjs.org/@metamask/jsx-example-snap/-/template-snap-${exampleSnapVersion}.tgz`;
210+
const tarballRegistry = `https://registry.npmjs.org/@metamask/jsx-example-snap/-/jsx-example-snap-${exampleSnapVersion}.tgz`;
211211

212212
const customFetchMock = jest.fn();
213213

0 commit comments

Comments
 (0)