File tree Expand file tree Collapse file tree
src/test/java/com/gojek/feast Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585
8686 <build >
8787 <plugins >
88- <plugin >
89- <groupId >org.apache.maven.plugins</groupId >
90- <artifactId >maven-compiler-plugin</artifactId >
91- <configuration >
92- <release >11</release >
93- </configuration >
94- </plugin >
95-
9688 <!-- Javadoc -->
9789 <plugin >
9890 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 1919import static org .junit .jupiter .api .Assertions .assertEquals ;
2020import static org .junit .jupiter .api .Assertions .assertThrows ;
2121
22+ import com .google .common .collect .ImmutableList ;
2223import com .google .protobuf .TextFormat ;
2324import feast .proto .serving .ServingAPIProto .FeatureReference ;
2425import java .util .Arrays ;
@@ -82,7 +83,7 @@ void renderFeatureRef_ShouldReturnFeatureRefString(
8283 }
8384
8485 private static Stream <Arguments > provideInvalidFeatureRefs () {
85- return Stream .of (Arguments .of (List .of ("project/feature" , "" )));
86+ return Stream .of (Arguments .of (ImmutableList .of ("project/feature" , "" )));
8687 }
8788
8889 @ ParameterizedTest
You can’t perform that action at this time.
0 commit comments