Commit 20793d87 authored by Adam Blank's avatar Adam Blank
Browse files

Update test_find_opposite_direction.py

parent 8e117e4a
Pipeline #118946 canceled with stage
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,5 +14,5 @@ from tests.helpers.naming import apply_names
def test_find_opposite_shot(input1, input2, expected):
result = find_opposite_shot(input1, input2)
assert expected == result, (f"On an 8x8 board, the following inputs to the "
f"find_opposite_direction function:\n{inputs}\nlead to the "
f"find_opposite_shot function:\n{input1} and {input2}\nlead to the "
f"following output:\n{result}\nwhen we expect:\n{expected}.")
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