From cb791aa8b7a26f53431f7ca679ec218ad923556b Mon Sep 17 00:00:00 2001 From: prryplatypus <25409753+prryplatypus@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:34:34 +0200 Subject: [PATCH] Fix error message --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index 37a7e763..9d3e3006 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -526,6 +526,6 @@ def test_app_uvloop_config(caplog): "installed in your system. In order to use uvloop " "you must first install it. Otherwise, you can disable " "uvloop completely by setting the 'USE_UVLOOP' " - "configuration value to false. The app will now continue " + "configuration value to false. Sanic will now continue " "to run without using uvloop." ) in caplog.record_tuples