Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix GetVersionContinueAsNewTest
  • Loading branch information
Quinn-With-Two-Ns committed May 28, 2025
commit 35d1dc894e05b09d4e7ae83972e13fbe06605c51
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public GetVersionContinueAsNewTest(boolean setVersioningFlag, boolean upsertVers
public SDKTestWorkflowRule testWorkflowRule =
SDKTestWorkflowRule.newBuilder()
.setWorkflowTypes(getDefaultWorkflowImplementationOptions(), TestWorkflowImpl.class)
.setUseExternalService(true)
.build();

@Test
Expand Down
Loading