From abb03a4b4b646d533c59330f8980403a9b725c1a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 May 2016 10:23:08 -0400 Subject: [PATCH] Fixed test on the 4 Basic Parts of a Computer challenge --- 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 fe498f7adf..c885a3dcd6 100644 --- a/challenges/04-video-challenges/computer-basics.json +++ b/challenges/04-video-challenges/computer-basics.json @@ -26,7 +26,7 @@ ], "tests": [ [ - "The computer has 3 basic parts.", + "The computer only has 3 basic parts.", false, "The computer has 4 basic parts: input, output, CPU, and memory" ],