Skip to content

Commit 7609789

Browse files
committed
Fixed up a unit test
1 parent 95c3a80 commit 7609789

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

temporal-sdk/src/test/java/io/temporal/workflow/nexus/SignalOperationLinkingTest.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* in-memory test server does not implement this path so the class is skipped unless a real server
5858
* is in use.
5959
*/
60-
public class SignalOperationLinkingTest extends BaseNexusTest {
60+
public class SignalOperationLinkingTest {
6161

6262
private static final String MODE_SIGNAL_WITH_START = "signalWithStart";
6363
private static final String MODE_SIGNAL = "signal";
@@ -80,11 +80,6 @@ public static void requireExternalService() {
8080
SDKTestWorkflowRule.useExternalService);
8181
}
8282

83-
@Override
84-
protected SDKTestWorkflowRule getTestWorkflowRule() {
85-
return testWorkflowRule;
86-
}
87-
8883
// ── Tests ────────────────────────────────────────────────────────────────────────────────
8984

9085
@Test
@@ -296,7 +291,6 @@ public String execute(String input) {
296291
Workflow.newNexusServiceStub(
297292
TestNexusServices.TestNexusService1.class,
298293
NexusServiceOptions.newBuilder()
299-
.setEndpoint(getEndpointName())
300294
.setOperationOptions(
301295
NexusOperationOptions.newBuilder()
302296
.setScheduleToCloseTimeout(Duration.ofSeconds(30))

0 commit comments

Comments
 (0)