We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7909ee1 commit 2e8625cCopy full SHA for 2e8625c
src/test/java/com/github/packageurl/PackageURLTest.java
@@ -376,7 +376,7 @@ void npmCaseSensitive() throws Exception {
376
"pkg:swift/github.com/Alamofire/Alamofire@5.4.3",
377
"pkg:swift/github.com/RxSwiftCommunity/RxFlow@2.12.4"
378
})
379
- void parseValidTypes(String purl) {
380
- assertDoesNotThrow(() -> new PackageURL(purl));
+ void parseValidTypes(final String purl) {
+ assertDoesNotThrow(() -> new PackageURL(purl).normalize());
381
}
382
0 commit comments