mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Fix "evicated" typo
This commit is contained in:
@@ -70,7 +70,7 @@ public class SqliteDBStoreTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void noOldestProjectIfAllEvicated() {
|
||||
public void noOldestProjectIfAllEvicted() {
|
||||
dbStore.setLatestVersionForProject("older", 3);
|
||||
dbStore.setLastAccessedTime("older", null);
|
||||
assertNull(dbStore.getOldestUnswappedProject());
|
||||
|
||||
Reference in New Issue
Block a user