File tree Expand file tree Collapse file tree
src/test/java/com/github/packageurl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ void validPercentEncoding() throws MalformedPackageURLException {
7676 @ Test
7777 void invalidPercentEncoding () throws MalformedPackageURLException {
7878 assertThrowsExactly (
79- MalformedPackageURLException .class ,
80- () -> new PackageURL ("pkg:maven/com.google.summit/summit-ast@2.2.0%" ));
79+ MalformedPackageURLException .class ,
80+ () -> new PackageURL ("pkg:maven/com.google.summit/summit-ast@2.2.0%" ));
8181 assertThrowsExactly (
82- MalformedPackageURLException .class ,
83- () -> new PackageURL ("pkg:maven/com.google.summit/summit-ast@2.2.0%0" ));
82+ MalformedPackageURLException .class ,
83+ () -> new PackageURL ("pkg:maven/com.google.summit/summit-ast@2.2.0%0" ));
8484 }
8585
8686 static Stream <Arguments > constructorParsing () throws IOException {
Original file line number Diff line number Diff line change 2525import static org .junit .jupiter .api .Assertions .assertThrowsExactly ;
2626
2727import com .github .packageurl .MalformedPackageURLException ;
28- import com .github .packageurl .PackageURL ;
2928import com .github .packageurl .ValidationException ;
3029import org .junit .jupiter .api .Test ;
3130
You can’t perform that action at this time.
0 commit comments