From 9a84658d3cfe4ba3be22bfed501aee5e7687d428 Mon Sep 17 00:00:00 2001 From: Bartek Date: Sun, 29 Sep 2019 12:26:10 +0200 Subject: [PATCH] failed test example --- tests/test_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hello.py b/tests/test_hello.py index a9ecb71..9eca974 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -2,4 +2,4 @@ def test_says_world(): - assert hello.say_what() == 'world' + assert hello.say_what() == 'worldd'