Skip to content

Commit 44838c0

Browse files
authored
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

+1-1
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 : [email protected]\n" in captured.out
8+
assert "fullname: Jane Doe\nphone: 321-321-4321\nemail: [email protected]\n" in captured.out
99

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

0 commit comments

Comments
 (0)