1 parent b0dbf7d commit 7b406deCopy full SHA for 7b406de
1 file changed
test.py
@@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase):
6
def test(self):
7
app = App()
8
app.calculate()
9
- self.failIf(app.retrieve() != 61)
+ self.failIf(app.retrieve() != 62)
10
11
12
def main():
0 commit comments