Skip to content

Commit

Permalink
Fix refactor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 9, 2024
1 parent 095f003 commit eaee480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void testResolve() {
new SlotAndBlockRootAndBlobIndex(
UInt64.ONE, dataStructureUtil.randomBytes32(), UInt64.ZERO);
File file =
dataArchive.resolve(testTempDir, slotAndBlockRootAndBlobIndex.getSlotAndBlockRoot());
dataArchive.resolve(slotAndBlockRootAndBlobIndex.getSlotAndBlockRoot());

// Check if the file path is correct. Doesn't check the intermediate directories.
assertTrue(file.toString().startsWith(testTempDir.toString()));
Expand Down

0 comments on commit eaee480

Please sign in to comment.