mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix "evicated" typo
This commit is contained in:
parent
9b78138314
commit
00d512725a
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue