Skip to content

Commit bcfa715

Browse files
committed
Fix test_composition_check_keys
1 parent 4e47e06 commit bcfa715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/autojac/_transform/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_composition_check_keys():
5454

5555
# Outer Transform fails its check
5656
with raises(RequirementError):
57-
(t2 << t1).check_keys({a1, a2})
57+
(t2 << t1).check_keys({a1})
5858

5959

6060
def test_conjunct_check_keys_1():

0 commit comments

Comments
 (0)