Skip to content

Commit cb8c2e5

Browse files
committed
Update test
1 parent 6558eb9 commit cb8c2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
("==", "tag/with/slashes", "@tag_field:{tag\\/with\\/slashes}"),
3838
(
3939
"==",
40-
["hypen-tag", "under_score", "dot.tag"],
40+
["hyphen-tag", "under_score", "dot.tag"],
4141
"@tag_field:{hyphen\\-tag|under_score|dot\\.tag}",
4242
),
4343
# ...additional unique cases as desired...

0 commit comments

Comments
 (0)