Skip to content

Commit 791ccff

Browse files
authored
tests: Fix incorrectly implicitly concatenated string in specifiers test (#946)
1 parent a85e63d commit 791ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_specifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_specifiers_invalid(self, specifier):
179179
"1.0-POST1",
180180
"1.0-5",
181181
# Local version case insensitivity
182-
"1.0+AbC"
182+
"1.0+AbC",
183183
# Integer Normalization
184184
"1.01",
185185
"1.0a05",

0 commit comments

Comments
 (0)