Skip to content

Commit 095f1eb

Browse files
committed
Update test.py
1 parent d122a3b commit 095f1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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() != 62)
9+
self.failIf(app.retrieve() != 61)
1010

1111

1212
def main():

0 commit comments

Comments
 (0)