From da8c63051381795159fcb118876a5afb8d5f9278 Mon Sep 17 00:00:00 2001 From: Cousi Date: Tue, 1 Nov 2022 17:58:51 +0100 Subject: [PATCH] true is true --- Test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/index.spec.js b/Test/index.spec.js index 3828f75..39defeb 100644 --- a/Test/index.spec.js +++ b/Test/index.spec.js @@ -1,5 +1,5 @@ describe('Index', () => { it('Should be true', () => { - expect(false).toBe(true); + expect(true).toBe(true); }); }); \ No newline at end of file