Skip to content

Commit

Permalink
align tests with schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 8, 2023
1 parent 2c55cf4 commit 226b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_convert(self):
self.assertEqual(9, len(session.change_set))
self.assertEqual(2, len(session.activity_set))
tmap = group_by_type(session.change_set)
ch = tmap["set language for name"][0]
ch = tmap["SetLanguageForName"][0]
if isinstance(ch, SetLanguageForName):
self.assertEqual("en", ch.new_value)
else:
Expand Down

0 comments on commit 226b9de

Please sign in to comment.