Skip to content

Commit

Permalink
expose TestUpdateCallback externally
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew committed Nov 21, 2024
1 parent 7c64240 commit 494d4a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ type (

// MockCallWrapper is a wrapper to mock.Call. It offers the ability to wait on workflow's clock instead of wall clock.
MockCallWrapper = internal.MockCallWrapper

// TestUpdateCallback is a basic implementation of the UpdateCallbacks interface for testing purposes.
TestUpdateCallback = internal.TestUpdateCallback
)

// ErrMockStartChildWorkflowFailed is special error used to indicate the mocked child workflow should fail to start.
Expand Down

0 comments on commit 494d4a7

Please sign in to comment.