Fixed test on the 4 Basic Parts of a Computer challenge

This commit is contained in:
unknown
2016-05-26 10:23:08 -04:00
committed by estherfang09
parent 4bcd646b8f
commit 5950517c07

View File

@ -26,7 +26,7 @@
], ],
"tests": [ "tests": [
[ [
"The computer has 3 basic parts.", "The computer only has 3 basic parts.",
false, false,
"The computer has 4 basic parts: input, output, CPU, and memory" "The computer has 4 basic parts: input, output, CPU, and memory"
], ],