Merge branch 'develop'

This commit is contained in:
tastybento 2024-08-31 20:09:14 -07:00
commit e5469b7750

View File

@ -141,6 +141,7 @@ public class IslandCacheTest extends AbstractCommonSetup {
// database must be mocked here
db = mock(Database.class);
when(db.loadObject("uniqueId")).thenReturn(island);
when(db.objectExists(anyString())).thenReturn(true);
when(db.saveObjectAsync(any())).thenReturn(CompletableFuture.completedFuture(true));
// New cache