Skip to content

Commit

Permalink
Update BeekeeperApiIntegrationTest.java
Browse files Browse the repository at this point in the history
Remove comment from Integration test
  • Loading branch information
Hamza Jugon committed Nov 10, 2023
1 parent 9e3f1d3 commit fd4d461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void testGetMetadataWhenThereIsFiltering() throws SQLException, Interrupt
HousekeepingMetadata testMetadata2 = testMetadataD;
HousekeepingMetadata testMetadata3 = testMetadataE;

// testMetadata1.setHousekeepingStatus(HousekeepingStatus.FAILED);
testMetadata1.setHousekeepingStatus(HousekeepingStatus.FAILED);
testMetadata1.setCleanupTimestamp(LocalDateTime.parse("1999-05-05T10:41:20"));
testMetadata1.setCreationTimestamp(LocalDateTime.parse("1999-05-05T10:41:20"));

Expand Down

0 comments on commit fd4d461

Please sign in to comment.