Skip to content

Commit

Permalink
changed the unit test to AssertEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
jbotto committed Mar 20, 2013
1 parent 19bb212 commit b540d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_util_maildir.py
Expand Up @@ -45,7 +45,7 @@ def test_start_stop_repeatedly(self):
yield self.svc.stopService()
self.svc.startService()
yield self.svc.stopService()
self.assertLess(len(list(self.svc)), 2)
self.assertEqual(len(list(self.svc)), 0)


def test_messageReceived(self):
Expand Down

0 comments on commit b540d7a

Please sign in to comment.