Skip to content

Commit

Permalink
Make codebase compliant with -Xep:UnusedVariable:ERROR
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Bonenberger <yannic@engflow.com>
  • Loading branch information
Yannic committed May 24, 2024
1 parent 2eb3d6a commit 6e9b6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void shouldReturnZeroQueuingDuration() throws Exception {
verify(dataManager).getDatum(BazelProfile.class);
verifyNoMoreInteractions(dataManager);

assertThat(provider.getTotalQueuingDuration().getTotalQueuingDuration())
assertThat(queuing.getTotalQueuingDuration())
.isEqualTo(Duration.ZERO);
}
}

0 comments on commit 6e9b6f1

Please sign in to comment.