mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Fixed one of BlueprintsManagerTests to be less OS-dependant
This commit is contained in:
parent
fd5f4841b2
commit
1ccc1822a7
@ -218,7 +218,7 @@ public class BlueprintsManagerTest {
|
|||||||
when(addon.getFile()).thenReturn(dataFolder);
|
when(addon.getFile()).thenReturn(dataFolder);
|
||||||
BlueprintsManager bpm = new BlueprintsManager(plugin);
|
BlueprintsManager bpm = new BlueprintsManager(plugin);
|
||||||
bpm.extractDefaultBlueprints(addon);
|
bpm.extractDefaultBlueprints(addon);
|
||||||
verify(plugin).logError(eq("Could not load blueprint files from addon jar dataFolder (Is a directory)"));
|
verify(plugin).logError(Mockito.startsWith("Could not load blueprint files from addon jar dataFolder"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user