Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cube committed Sep 2, 2024
1 parent b51737f commit c205281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/oolite/starter/OoliteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ public void testGetFlavorsList() throws Exception {
if (list.size() == 6) {
assertEquals(6, list.size());
assertEquals("Vanilla", list.get(0).getName());
assertEquals("Play Oolite as close as possible to the original Elite.", list.get(0).getDescription());
assertEquals("The original unmodified \"strict Oolite\" designed to closely replicate the original 1984 Elite.", list.get(0).getDescription());
assertEquals("https://addons.oolite.space/api/1.0/flavors/Vanilla.oolite-es", list.get(0).getExpansionSetUrl().toString());
} else {
log.warn("Found no flavors. Are we offline?");
Expand Down

0 comments on commit c205281

Please sign in to comment.