diff --git a/test/broken.test.ts b/test/broken.test.ts index 66f468e..0160f1e 100644 --- a/test/broken.test.ts +++ b/test/broken.test.ts @@ -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) -}) \ No newline at end of file +})