Skip to content

Commit 2ec3c69

Browse files
authored
Tests for TestWorkflowEnvironmentInternal (#975)
1 parent f6343ca commit 2ec3c69

File tree

2 files changed

+698
-2
lines changed

2 files changed

+698
-2
lines changed

src/main/java/com/uber/cadence/internal/sync/TestWorkflowEnvironmentInternal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public void DeprecateDomain(
498498
public void RestartWorkflowExecution(
499499
RestartWorkflowExecutionRequest restartRequest, AsyncMethodCallback resultHandler)
500500
throws TException {
501-
impl.RestartWorkflowExecution(restartRequest);
501+
impl.RestartWorkflowExecution(restartRequest, resultHandler);
502502
}
503503

504504
@Override
@@ -743,7 +743,7 @@ public void CountWorkflowExecutions(
743743

744744
@Override
745745
public void GetSearchAttributes(AsyncMethodCallback resultHandler) throws TException {
746-
impl.GetSearchAttributes();
746+
impl.GetSearchAttributes(resultHandler);
747747
}
748748

749749
@Override

0 commit comments

Comments
 (0)