Skip to content

Commit

Permalink
Update BeekeeperApiIntegrationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Jugon committed Nov 10, 2023
1 parent e1de760 commit fdabfc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public void testPathsPageable() throws SQLException, InterruptedException, IOExc
HousekeepingPath testPath1 = testPathA;
HousekeepingPath testPath2 = testPathB;
HousekeepingPath testPath3 = testPathC;
// HousekeepingPath testPath3 = createHousekeepingPath(someTable, pathC, LifecycleEventType.UNREFERENCED, duration.toString(), HousekeepingStatus.DISABLED);

for (HousekeepingPath testPath : Arrays.asList(testPath1, testPath2, testPath3)) {
testPath.setHousekeepingStatus(HousekeepingStatus.FAILED);
Expand Down

0 comments on commit fdabfc5

Please sign in to comment.