From 3415c0b41d1f82516f3bf73b12566b44e7c49b38 Mon Sep 17 00:00:00 2001 From: Ishaan Taneja <43893352+ishaantaneja@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:21:01 +0530 Subject: [PATCH] Update AboutExpects.js --- koans/AboutExpects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/AboutExpects.js b/koans/AboutExpects.js index 7d1a827cb..34553ce7d 100644 --- a/koans/AboutExpects.js +++ b/koans/AboutExpects.js @@ -4,7 +4,7 @@ describe('About Expects', function() { it('should expect true', function() { // Your journey begins here: Replace the word false with true - expect(false).toBeTruthy(); + expect(true).toBeTruthy(); }); // To understand reality, we must compare our expectations against reality.