Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
buildsample committed Sep 17, 2014
1 parent 8c35aeb commit 079e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase):
def test(self):
app = App()
app.calculate()
self.failIf(app.retrieve() != 61)
self.failIf(app.retrieve() != 62)


def main():
Expand Down

0 comments on commit 079e272

Please sign in to comment.