From 47901a9b0a1fa9ddb0500ef34b6aa48317beb748 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 19 Jul 2015 10:36:26 -0700 Subject: [PATCH] add missing false in hikes challenge --- seed/challenges/hikes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/hikes.json b/seed/challenges/hikes.json index 2e533923ce..2b67379083 100644 --- a/seed/challenges/hikes.json +++ b/seed/challenges/hikes.json @@ -552,7 +552,7 @@ ], "challengeType": 6, "tests": [ - ["The console serves only small, unnecessary purposes.", "The console's main purpose is to debug, which is a vital step in creating code."], + ["The console serves only small, unnecessary purposes.", false, "The console's main purpose is to debug, which is a vital step in creating code."], ["You can console strings (sets of words), numbers, and booleans (true/false statements)", true] ], "nameCn": "",