diff --git a/test/broken.test.ts b/test/broken.test.ts index 2360a62..66f468e 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 = 2 + const actual = 1 const expected = 2 assert.equal(actual, expected) }) \ No newline at end of file