Skip to content

Commit

Permalink
test: change removed lines order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 16, 2024
1 parent 58dfb95 commit 8a28f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/manifest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
])
})

Expand Down

0 comments on commit 8a28f67

Please sign in to comment.