Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne Odekerken committed Oct 24, 2023
1 parent e8e308a commit 9f80000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py_arg_tests/test_aba_canonical_constructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_canonical_adm(self):
es2 = {set_empty, set_ab, set_ac, set_bc}
canonical_aba2 = construct_abaf_adm.apply(es2)
canonical_aba2.reduce()
es_n = get_admissible_extensions.apply(canonical_aba2)
es_n = get_admissible_extensions.get_admissible_extensions(canonical_aba2)

self.assertEqual(es2, es_n)

Expand Down

0 comments on commit 9f80000

Please sign in to comment.