mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Fix "evicated" typo
This commit is contained in:
+1
-1
@@ -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