From baf8d7df90ac7ae1158a41b19ee404d0e7aab7ce Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Tue, 29 Mar 2016 20:18:15 -0700 Subject: [PATCH] Change === to == in Decoding Binary Num question --- seed/challenges/04-video-challenges/computer-basics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/04-video-challenges/computer-basics.json b/seed/challenges/04-video-challenges/computer-basics.json index 6f2af11b00..53b6782ba4 100644 --- a/seed/challenges/04-video-challenges/computer-basics.json +++ b/seed/challenges/04-video-challenges/computer-basics.json @@ -225,7 +225,7 @@ ], "tests": [ [ - "1 === on and 0 ===off", + "1 == on and 0 == off", true ], [