Skip to content

Commit

Permalink
Revert "🔧 forcing a failure to test notifications"
Browse files Browse the repository at this point in the history
This reverts commit 324fa57.
  • Loading branch information
vokimon committed May 21, 2024
1 parent 656f287 commit 65680dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/services/vat.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ describe('vat-nif conversion test', () => {
it('if falsable return null', () => {
expect(vat2nif(false)).toBe(null)
})
it('REMOVEME ITS JUT FOR TESTING CI', () => {
expect(false).toBe(true)
})
})

0 comments on commit 65680dd

Please sign in to comment.