Skip to content

Commit 079e272

Browse files
committed
[skip ci]
1 parent 8c35aeb commit 079e272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase):
66
def test(self):
77
app = App()
88
app.calculate()
9-
self.failIf(app.retrieve() != 61)
9+
self.failIf(app.retrieve() != 62)
1010

1111

1212
def main():

0 commit comments

Comments
 (0)