test3 that should success
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Lejeune 2022-10-10 11:52:19 +02:00
parent 2bf081c0fc
commit de9e3905ac

View File

@ -6,7 +6,7 @@ from main import is_hello_world
class TestProject(unittest.TestCase):
def test_when_text_is_hello_world_with_maj_then_work(self):
self.assertTrue(is_hello_world("Hello world NOOOO"))
self.assertTrue(is_hello_world("Hello world"))
if __name__ == '__main__':