Skip to content

Commit f5f15f3

Browse files
committed
temp check
1 parent 59019e7 commit f5f15f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/temperatuurTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def testMethod():
5353
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."
5454

5555
@t.test(4)
56-
def check_overall1(test):
56+
def check_overall3(test):
5757
def testMethod():
5858
output = lib.outputOf(test.fileName, stdinArgs=["f", 0, 9, 3],
5959
overwriteAttributes = [("__name__", "__main__")])

0 commit comments

Comments
 (0)