Skip to content

Commit

Permalink
fixed var usage when failing in test_bad_change_records()
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder authored and Petr Viktorin committed Nov 22, 2017
1 parent db60bf1 commit 839a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/t_ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def test_bad_change_records(self):
except ValueError, value_error:
pass
else:
self.fail("should have raised ValueError: %r" % ldif_str)
self.fail("should have raised ValueError: %r" % bad_ldif_string)

def test_mod_increment(self):
self.check_records(
Expand Down

0 comments on commit 839a5ec

Please sign in to comment.