Skip to content

Commit 7a5c706

Browse files
committed
modified the tests
1 parent be50acb commit 7a5c706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/entityresolution/src/test/java/EntityResTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void testLTagResources() {
162162
@Order(8)
163163
public void testLDeleteMapping() {
164164
assertDoesNotThrow(() -> {
165-
System.out.println("Wait 30 mins for the workflow to complete");
165+
logger.info("Wait 30 mins for the workflow to complete");
166166
Thread.sleep(1800000);
167167
actions.deleteMatchingWorkflowAsync(workflowName).join();
168168
});

0 commit comments

Comments
 (0)