Fix another broken test
This commit is contained in:
@@ -38,7 +38,7 @@ public class ContentTests {
|
|||||||
InputStream inputStream = contentManager.getResource("lang/en_us.properties").orElseThrow().getInputStream();
|
InputStream inputStream = contentManager.getResource("lang/en_us.properties").orElseThrow().getInputStream();
|
||||||
properties.load(inputStream);
|
properties.load(inputStream);
|
||||||
|
|
||||||
Assertions.assertAll(contentManager.getResources("lang", "lang").flatMap(resource -> {
|
Assertions.assertAll(contentManager.getResources("lang", "properties").flatMap(resource -> {
|
||||||
if (resource.getId().equals("lang/en_us.properties")) {
|
if (resource.getId().equals("lang/en_us.properties")) {
|
||||||
return Stream.empty();
|
return Stream.empty();
|
||||||
}
|
}
|
||||||
@@ -53,8 +53,6 @@ public class ContentTests {
|
|||||||
));
|
));
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
contentManager.getResources("lang", "lang").forEach(resource -> {
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user