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.