From 5950517c079e272fab804ff1c40fb6b9a2124b26 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 --- 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 fe498f7adf..c885a3dcd6 100644 --- a/seed/challenges/04-video-challenges/computer-basics.json +++ b/seed/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" ],