Skip to content

Commit

Permalink
Tests for TestWorkflowEnvironmentInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht committed Nov 27, 2024
1 parent f6343ca commit b4cb524
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ public void DeprecateDomain(
public void RestartWorkflowExecution(
RestartWorkflowExecutionRequest restartRequest, AsyncMethodCallback resultHandler)
throws TException {
impl.RestartWorkflowExecution(restartRequest);
impl.RestartWorkflowExecution(restartRequest, resultHandler);
}

@Override
Expand Down Expand Up @@ -743,7 +743,7 @@ public void CountWorkflowExecutions(

@Override
public void GetSearchAttributes(AsyncMethodCallback resultHandler) throws TException {
impl.GetSearchAttributes();
impl.GetSearchAttributes(resultHandler);
}

@Override
Expand Down
Loading

0 comments on commit b4cb524

Please sign in to comment.