Ensure test case outputs are strings
This commit is contained in:
parent
0c47869abd
commit
53a6bc4bad
1 changed files with 1 additions and 1 deletions
2
aoc
2
aoc
|
@ -275,7 +275,7 @@ class CLI(object):
|
|||
|
||||
existing_tests[sp].append(
|
||||
{
|
||||
"is": output,
|
||||
"is": str(output),
|
||||
"input": sys.stdin.read(),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue