From e718ec09dc4c9d652c7cb42a53bec28055110153 Mon Sep 17 00:00:00 2001 From: Evan Lloyd New-Schmidt Date: Mon, 16 Sep 2019 23:03:32 -0400 Subject: [PATCH] Update comment whitespace --- focstest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focstest.py b/focstest.py index d27f069..e8e2794 100755 --- a/focstest.py +++ b/focstest.py @@ -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: