From be13bb4a0dc503b7b01ba0b07fc34ba77d0f1db8 Mon Sep 17 00:00:00 2001 From: Gabriel Braico Dornas Date: Tue, 30 Jul 2024 12:26:02 -0300 Subject: [PATCH] Fix test_hello_world.py error Faltando uma virgula See #5 --- .../01_essencial/01_hello_world/test_hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_dev_challenges/01_essencial/01_hello_world/test_hello_world.py b/web_dev_challenges/01_essencial/01_hello_world/test_hello_world.py index 8ba2c1b..68d1501 100644 --- a/web_dev_challenges/01_essencial/01_hello_world/test_hello_world.py +++ b/web_dev_challenges/01_essencial/01_hello_world/test_hello_world.py @@ -14,7 +14,7 @@ def test_parameters(): def test_options_hello_world(): possible_anwsers = [ "Olá Mundo", - "Olá mundo" + "Olá mundo", "Ola Mundo", "olá mundo", "ola mundo",