Skip to content

Commit

Permalink
temp check
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Nov 29, 2022
1 parent 59019e7 commit f5f15f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/temperatuurTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def testMethod():
test.description = lambda : "The correct table is printed when converting C to F with 0 as begin temperature, 20 as end temperature and 5 as step size."

@t.test(4)
def check_overall1(test):
def check_overall3(test):
def testMethod():
output = lib.outputOf(test.fileName, stdinArgs=["f", 0, 9, 3],
overwriteAttributes = [("__name__", "__main__")])
Expand Down

0 comments on commit f5f15f3

Please sign in to comment.