Skip to content

Commit 43afcdc

Browse files
committed
Update term info test to reflect changes in publication synonym count
1 parent 79bb56c commit 43afcdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/term_info_queries_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_term_info_deserialization_from_dict(self):
7070

7171
self.assertEqual(0, len(terminfo.xrefs))
7272

73-
self.assertEqual(7, len(terminfo.pub_syn))
73+
self.assertEqual(8, len(terminfo.pub_syn))
7474

7575
# Check that we have the expected synonym labels (order-independent)
7676
synonym_labels = [entry.synonym.label for entry in terminfo.pub_syn]

0 commit comments

Comments
 (0)