Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattixtech committed Aug 9, 2018
1 parent 9cc7120 commit 2868604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackbox_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():
if "input" in test:
input_text = test["input"]
else:
input_text = "a"
input_text = ""

failed_tests += test_program(test["name"], test["expected_output"],
program_input=input_text)
Expand Down

0 comments on commit 2868604

Please sign in to comment.