diff --git a/test/command/manifest.spec.ts b/test/command/manifest.spec.ts index 851e8e94..690136e0 100644 --- a/test/command/manifest.spec.ts +++ b/test/command/manifest.spec.ts @@ -128,8 +128,8 @@ describeCommand('Test Upload command', ({ consoleMessages, hasMessageContaining expect(consoleMessages).toMatchLinesInOrder([ ['cheque-mock.ts', 'UNCHANGED'], ['address.ts', 'REMOVED'], - ['stamp.ts', 'REMOVED'], ['index.ts', 'REMOVED'], + ['stamp.ts', 'REMOVED'], ]) })