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 44838c0

Browse files
Merge pull request #120 from Khrisefzm/resolving-bug-10.1-colon-problem
Resolving bug 10.1 colon problem
2 parents 12483bf + 5983cd8 commit 44838c0

File tree

1 file changed

+1
-1
lines changed
  • exercises/10.1-And_One_and_a_Two_and_a_Three

1 file changed

+1
-1
lines changed

‎exercises/10.1-And_One_and_a_Two_and_a_Three/test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def test_dict(capsys, app):
66
app()
77
captured = capsys.readouterr()
8-
assert "fullname: Jane Doe\nphone: 321-321-4321\nemail: test@test.com\n" in captured.out
8+
assert "fullname: Jane Doe\nphone: 321-321-4321\nemail: test@test.com\n" in captured.out
99

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

0 commit comments

Comments
(0)

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