Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 26, 2020
1 parent 4d03dbb commit e18363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def test_proxies_from_env_http_with_auth(mocker) -> None:
def test_get_running_loop_not_running(loop) -> None:
with pytest.raises(
RuntimeError,
match="The object should be created from async function"):
match="The object should be created within an async function"):
helpers.get_running_loop()


Expand Down

0 comments on commit e18363c

Please sign in to comment.