Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed May 29, 2024
1 parent ab1351f commit 7cb7d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testReleasesFileCorrectly() throws Exception {
);
final var sharedBytesPath = nodeEnv.nodeDataPaths()[0].resolve("shared_snapshot_cache");
assertTrue(Files.exists(sharedBytesPath));
sharedBytes.decRef();
sharedBytes.close();
assertFalse(Files.exists(sharedBytesPath));
}
}
Expand Down

0 comments on commit 7cb7d93

Please sign in to comment.