Skip to content

Commit 37936f5

Browse files
committed
Fix TestPolarisVersion
1 parent aaf5d42 commit 37936f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/version/src/jarTest/java/org/apache/polaris/version/TestPolarisVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void noticeLicense(String name, Supplier<String> supplier) throws Excepti
107107
static Stream<Arguments> noticeLicense() {
108108
return Stream.of(
109109
Arguments.arguments("NOTICE", (Supplier<String>) PolarisVersion::readNoticeFile),
110-
Arguments.arguments("LICENSE", (Supplier<String>) PolarisVersion::readSourceLicenseFile),
110+
Arguments.arguments("LICENSE", (Supplier<String>) PolarisVersion::readSourceLicenseFile));
111111
// Arguments.arguments(
112112
// "LICENSE-BINARY-DIST", (Supplier<String>) PolarisVersion::readBinaryLicenseFile));
113113
}

0 commit comments

Comments
 (0)