Skip to content

Commit

Permalink
fixup! test(client-api): add sys.out log to check wheather is running
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 23, 2024
1 parent eb92fc3 commit fcfba02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void beginTest() throws IOException, SEPAProtocolException, SEPAPropertie

Response ret = client.update(provider.buildUpdateRequest("DELETE_ALL"));
assertFalse(ret.isError(),String.valueOf(ret));
System.out.println("Is it really running");
}

@AfterEach
Expand Down

0 comments on commit fcfba02

Please sign in to comment.