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 fcfba02 commit 24e57cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public class ITSPARQL11SEProtocol {
@Timeout(5)
public void beginTest() throws IOException, SEPAProtocolException, SEPAPropertiesException, SEPASecurityException,
URISyntaxException, InterruptedException {
System.out.println("Is it really running");
provider = new ConfigurationProvider();

handler = new Sync();
Expand All @@ -47,7 +46,6 @@ 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 24e57cc

Please sign in to comment.