Skip to content

Commit 28062a3

Browse files
committed
test: fix TestCaseTestOp1IdValidation_VersionEdgeCases after recent changes
Signed-off-by: Artifizer <artifizer@gmail.com>
1 parent 514a6af commit 28062a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_op1_id_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class TestCaseTestOp1IdValidation_VersionEdgeCases(HttpRunner):
177177
"gts.x.pkg.ns.type.v1.999999~",
178178
"gts.x.pkg.ns.type.v0.0~",
179179
"gts.x.pkg.ns.type.v0.1~",
180-
"gts.x.pkg.ns.type.v0",
180+
"gts.x.pkg.ns.type.v0~",
181181
]
182182
}
183183
),

0 commit comments

Comments
 (0)