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 6494716

Browse files
Minor spelling issue change
Propose to change line 11 ```Testing for 200: Everythign went perfect``` to ```Testing for 200: Everything went perfect```
1 parent 11a8b7c commit 6494716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎exercises/02-random-status/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_url_call(capsys, app):
88
mock_request.assert_called_once_with("https://assets.breatheco.de/apis/fake/sample/random-status.php")
99

1010

11-
@pytest.mark.it("Testing for 200: Everythign went perfect")
11+
@pytest.mark.it("Testing for 200: Everything went perfect")
1212
def test_url_200(capsys, app):
1313
with patch('requests.get') as mock_request:
1414
mock_request.return_value.status_code = 200

0 commit comments

Comments
(0)

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