Skip to content

Commit

Permalink
remove unused spec milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Nov 26, 2024
1 parent 746a8fb commit 59a16c1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public class DefaultPerformanceTrackerTest {
private final ValidatorPerformanceMetrics validatorPerformanceMetrics =
mock(ValidatorPerformanceMetrics.class);

private SpecMilestone specMilestone;
private Spec spec;
private StorageSystem storageSystem;
private ChainBuilder chainBuilder;
Expand All @@ -69,7 +68,6 @@ public class DefaultPerformanceTrackerTest {

@BeforeEach
void beforeEach(final TestSpecInvocationContextProvider.SpecContext specContext) {
specMilestone = specContext.getSpecMilestone();
spec = specContext.getSpec();
dataStructureUtil = specContext.getDataStructureUtil();

Expand Down

0 comments on commit 59a16c1

Please sign in to comment.