Skip to content

Commit

Permalink
Fix ValueReferencePairTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt authored and s-heppner committed Oct 19, 2023
1 parent f72b99f commit 8fbaa64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/model/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,6 @@ def test_set_value(self):
value="2",
value_id=model.ExternalReference((model.Key(model.KeyTypes.GLOBAL_REFERENCE, 'test'),)))
self.assertEqual(pair.value, "2")
self.assertEqual('Value can not be None', str(cm.exception))
pair.value = "3"
self.assertEqual(pair.value, "3")

Expand Down

0 comments on commit 8fbaa64

Please sign in to comment.