We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741d42c commit a525226Copy full SHA for a525226
1 file changed
gbfs-validator-java-loader/src/test/java/org/entur/gbfs/validator/loader/LoaderTest.java
@@ -349,7 +349,7 @@ void testLoad_WithDiscoveryFileAndFeed_V3_WithAuth() throws IOException {
349
350
LoadedFile discoveryFile = files
351
.stream()
352
- .filter(f -> f.fileName().equals("gbfs-v3.json"))
+ .filter(f -> f.fileName().equals("gbfs-v3"))
353
.findFirst()
354
.orElse(null);
355
LoadedFile systemInfoFile = files
0 commit comments