Skip to content

Commit

Permalink
Modify email address
Browse files Browse the repository at this point in the history
  • Loading branch information
gp1314 committed Aug 26, 2024
1 parent 517f745 commit 893ea90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public void skipCache() throws Exception {
@Test
public void evictInodeForTestHasChildren() throws Exception {
MutableInodeDirectory myTestdir =
MutableInodeDirectory.create(500, 0, "guptest", CreateDirectoryContext.defaults());
MutableInodeDirectory.create(500, 0, "evicttest", CreateDirectoryContext.defaults());
mStore.writeNewInode(myTestdir);
mStore.mListingCache.evictForTesting();
mStore.mEdgeCache.flush();
Expand Down

0 comments on commit 893ea90

Please sign in to comment.