Skip to content

Commit

Permalink
fix merge error in 78dd5fd
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 14, 2014
1 parent 026a406 commit c47b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_schedulers_forcesched.py
Expand Up @@ -381,7 +381,7 @@ def test_StringParameter(self):
'"hide": false, "fullName": "p1", "type": "text", "size": 10}')

def test_StringParameter_Required(self):
self.do_ParameterTest(value=" ", expect=ValidationError,
self.do_ParameterTest(value=" ", expect=CollectedValidationError,
expectKind=Exception,
klass=StringParameter, required=True)

Expand Down

0 comments on commit c47b7b6

Please sign in to comment.