Skip to content

Commit

Permalink
TargetRecordingPatchIT
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 17, 2023
1 parent b279062 commit 7ce215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/itest/TargetRecordingPatchIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void testSaveEmptyRecordingDoesNotArchiveRecordingFile() throws Exception {
}
});
JsonArray listResp = listRespFuture1.get(REQUEST_TIMEOUT_SECONDS, TimeUnit.SECONDS);
Assertions.assertTrue(listResp.isEmpty());
MatcherAssert.assertThat(listResp, Matchers.equalTo(new JsonArray()));

} finally {

Expand Down

0 comments on commit 7ce215c

Please sign in to comment.