Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5c13a89

Browse files
Update test.py
1 parent e29ec0d commit 5c13a89

File tree

1 file changed

+1
-1
lines changed
  • exercises/08.2-Divide_and_conquer

1 file changed

+1
-1
lines changed

‎exercises/08.2-Divide_and_conquer/test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def test_odd_even(capsys, app):
66
import app
77
captured = capsys.readouterr()
8-
assert "[[85, 59, 37, 25, 5, 81, 41, 55], [4, 80, 64, 66, 20, 64, 22, 76, 76, 96, 2, 68]]\n" in captured.out
8+
assert "[85, 59, 37, 25, 5, 81, 41, 55, 4, 80, 64, 66, 20, 64, 22, 76, 76, 96, 2, 68]\n" in captured.out
99

1010
@pytest.mark.it("Use the for loop")
1111
def test_for_loop():

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /