We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c35aeb commit 079e272Copy full SHA for 079e272
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