Skip to content

Commit

Permalink
rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 10, 2024
1 parent 8756acf commit e605196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('get', () => {
})
})

it.only('should fail due to non-existent transaction', async () => {
it('should fail due to non-existent transaction', async () => {
// expect.assertions(2)
// try {
// await controller.get('invalidtransactionid')
Expand Down

0 comments on commit e605196

Please sign in to comment.