Skip to content

Commit

Permalink
Revert unnecessary change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewongbb committed Oct 21, 2013
1 parent 1aec84a commit 0a5c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_process_build.py
Expand Up @@ -837,7 +837,7 @@ def test_hasProperty(self):

def test_has_key(self):
self.build_status.has_key.return_value = True
self.assertTrue("p" in self.build)
self.assertTrue(self.build.has_key('p'))
# has_key calls through to hasProperty
self.build_status.hasProperty.assert_called_with('p')

Expand Down

0 comments on commit 0a5c8ec

Please sign in to comment.