From e1601992f0b05a560d626dd18f4f79db17125ce1 Mon Sep 17 00:00:00 2001 From: reinaldocosta Date: Thu, 5 Oct 2023 16:07:33 -0300 Subject: [PATCH] break tests --- test/broken.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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