Skip to content

Commit

Permalink
break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Oct 5, 2023
1 parent 912b727 commit e160199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { it } from 'node:test'
import assert from 'node:assert'

it('calls a nonexistent method', () => {
const actual = 2
const actual = 1
const expected = 2
assert.equal(actual, expected)
})

0 comments on commit e160199

Please sign in to comment.