Skip to content

Commit

Permalink
Amend for previous commit: actually compare different units
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Sep 24, 2015
1 parent fdbe712 commit bf6e635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/storage/test_csvl10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def test_context_is_parsed(self):
assert unit2.context == "65067"
assert unit2.source == "Ogre"
assert unit2.target == "Ogros"
assert unit2.getid() != unit2.getid()
assert unit1.getid() != unit2.getid()

0 comments on commit bf6e635

Please sign in to comment.