Skip to content

Commit

Permalink
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 ef8350a commit eb92fc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ 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 Down

0 comments on commit eb92fc3

Please sign in to comment.