diff --git a/tests/algoritmen/helloTest.py b/tests/algoritmen/helloTest.py index 543c6b1..8bd653b 100644 --- a/tests/algoritmen/helloTest.py +++ b/tests/algoritmen/helloTest.py @@ -4,8 +4,8 @@ @t.test(0) def exactHello(test): - test.test = lambda : assertlib.exact(lib.outputOf(_fileName), "Hello, world!\n") - test.description = lambda : "print precies: Hello, world!" + test.test = lambda : assertlib.exact(lib.outputOf(_fileName), "Hallo Python\n") + test.description = lambda : "print precies: Hallo Python" @t.failed(exactHello) @t.test(1)