Skip to content

Commit

Permalink
Update broken.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta authored Mar 27, 2024
1 parent de2c927 commit 9f1f4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = 1
const actual = 2
const expected = 2
assert.equal(actual, expected)
})
})

0 comments on commit 9f1f4c4

Please sign in to comment.