From 9f1f4c402d67a3d255f53db7f39c91b32a7247d7 Mon Sep 17 00:00:00 2001 From: Reinaldo Costa <90916522+reinaldocosta@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:06:54 -0300 Subject: [PATCH] Update broken.test.ts --- test/broken.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})