Skip to content

Commit

Permalink
Address REPL Test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 2, 2024
1 parent 5b2aff4 commit d77033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TestSpecParsingSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_derived_clusters(self):
0, "Unexpected number of unknown commands in base")
asserts.assert_equal(len(clusters[0xFFFF].unknown_commands), 2, "Unexpected number of unknown commands in derived cluster")

combine_derived_clusters_with_base(clusters, pure_base_clusters, ids_by_name)
combine_derived_clusters_with_base(clusters, pure_base_clusters, ids_by_name, problems)
# Ensure the base-only attribute (1) was added to the derived cluster
asserts.assert_equal(set(clusters[0xFFFF].attributes.keys()), set(
[0, 1, 2, 3] + expected_global_attrs), "Unexpected attribute list")
Expand Down

0 comments on commit d77033d

Please sign in to comment.