From 618d058315350c98a3ce5098d6c64bb551862572 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 19 Jan 2024 12:34:52 +0100 Subject: [PATCH] Fix CLI tests --- packages/snaps-cli/src/commands/manifest/implementation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-cli/src/commands/manifest/implementation.test.ts b/packages/snaps-cli/src/commands/manifest/implementation.test.ts index fe72a55338..7c5ef2a99f 100644 --- a/packages/snaps-cli/src/commands/manifest/implementation.test.ts +++ b/packages/snaps-cli/src/commands/manifest/implementation.test.ts @@ -38,7 +38,7 @@ describe('manifest', () => { '/snap/snap.manifest.json', JSON.stringify( getSnapManifest({ - shasum: 'arUMLnuZBGUP4bP3mDBddSs5emfHMgEThNB54+LCm+c=', + shasum: 'G/W5b2JZVv+epgNX9pkN63X6Lye9EJVJ4NLSgAw/afc=', }), ), );