From 9354d1d181144ee192401ade498f4bee988351d0 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 --- challenges/04-video-challenges/computer-basics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/04-video-challenges/computer-basics.json b/challenges/04-video-challenges/computer-basics.json index 6f2af11b00..53b6782ba4 100644 --- a/challenges/04-video-challenges/computer-basics.json +++ b/challenges/04-video-challenges/computer-basics.json @@ -225,7 +225,7 @@ ], "tests": [ [ - "1 === on and 0 ===off", + "1 == on and 0 == off", true ], [