Commit a88ee55f authored by Julien Muchembled's avatar Julien Muchembled

Update testUnExpectedSuccess

cf commit edb4be56
parent 1ec30f8b
......@@ -133,7 +133,7 @@ class TestBackportUnittest(unittest.TestCase):
self.assertEquals(len(result.skipped), 0)
# Unexpected success does not FAIL the test
self.assert_(result.wasSuccessful())
self.assert_(not result.wasSuccessful())
if __name__ == "__main__":
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment