Commit 29a597af authored by Christopher Turner's avatar Christopher Turner

Fix error message

parent 39ef7632
......@@ -113,5 +113,5 @@ class Unplugged(PandATest.PandATest):
inputy = '.'
while inputy not in ['']:
print "TEST FAILED! ({} {})," \
" Check connectors connected [return]".format(test, block_no)
" Check connectors NOT connected [return]".format(test, block_no)
inputy = raw_input()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment