Skip to content

Commit 43655b2

Browse files
authored
Chore: fix failing macro test (#4131)
1 parent 5d33825 commit 43655b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/core/test_macros.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ def test_macro_parameter_resolution(macro_evaluator):
696696
assert str(e.value.__cause__) in (
697697
"'pos_only' parameter is positional only, but was passed as a keyword",
698698
"missing a required positional-only argument: 'pos_only'",
699+
"missing a required argument: 'a1'",
699700
)
700701

701702
with pytest.raises(MacroEvalError) as e:

0 commit comments

Comments
 (0)