Skip to content

Commit

Permalink
Fix test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Jun 20, 2024
1 parent 5ea0fbb commit 29de7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-avd/tests/pyavd/j2filters/test_range_expand.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
),
pytest.param(
"Ethernet4/2-1/4",
Exception,
ValueError,
"Range Ethernet4/2-1/4 could not be expanded because the first interface 2 is larger than last interface 1 in the range.",
id="Wrong parent interface range",
),
Expand Down

0 comments on commit 29de7cf

Please sign in to comment.