Skip to content

Commit 15cfa9f

Browse files
abrookinstylerhutcherson
authored andcommitted
Update test
1 parent 415d27a commit 15cfa9f

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)