Skip to content

Commit

Permalink
Fix test_hello_world.py error
Browse files Browse the repository at this point in the history
Faltando uma virgula
See #5
  • Loading branch information
gabrielbdornas authored Jul 30, 2024
1 parent f2db2ba commit be13bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be13bb4

Please sign in to comment.