Skip to content

Commit

Permalink
ADM-873:[backend] fix:fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
TingyuDong committed Apr 2, 2024
1 parent 914314c commit 92b4bb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ void shouldGenerateCsvWithCachedDataWhenBuildKiteDataAlreadyExisted() {
assertEquals(fakeLeadTimeForChange, response.getLeadTimeForChanges());
Awaitility.await()
.atMost(5, TimeUnit.SECONDS)
.untilAsserted(() -> verify(csvFileGenerator).convertPipelineDataToCSV(eq(pipelineCSVInfos),
eq(request.getCsvTimeStamp())));
.untilAsserted(() -> verify(csvFileGenerator).convertPipelineDataToCSV(pipelineCSVInfos,
request.getCsvTimeStamp()));
}

@Test
Expand Down

0 comments on commit 92b4bb4

Please sign in to comment.