Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Sep 6, 2023
1 parent 53ead7d commit 0d667f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/algoritmen/helloTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d667f0

Please sign in to comment.