Skip to content

Commit

Permalink
spotless checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 9, 2024
1 parent eaee480 commit 199abbb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ void testResolve() {
SlotAndBlockRootAndBlobIndex slotAndBlockRootAndBlobIndex =
new SlotAndBlockRootAndBlobIndex(
UInt64.ONE, dataStructureUtil.randomBytes32(), UInt64.ZERO);
File file =
dataArchive.resolve(slotAndBlockRootAndBlobIndex.getSlotAndBlockRoot());
File file = 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 199abbb

Please sign in to comment.