Skip to content

Commit

Permalink
Update comment whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
newsch authored Sep 17, 2019
1 parent b18f571 commit e718ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def run_test(code: str, expected_out: str, file: str = None):
# compare strings
output = matches[-2] # don't use empty final match from #quit;;
for step in steps:
function = code.split()[0] # grab the first word of the command (probably the function name)
function = code.split()[0] # grab the first word of the command (probably the function name)
method = step.__name__
result = step(output) == step(expected_out)
if result is True:
Expand Down

0 comments on commit e718ec0

Please sign in to comment.