Skip to content

Commit 1709d45

Browse files
authored
fix: Use Connection class for test env connection property (#1123)
1 parent 68ccb11 commit 1709d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/testing/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
AsyncCompletionClient,
1818
Client,
1919
ClientOptions,
20-
ConnectionLike,
2120
WorkflowClient,
2221
WorkflowClientOptions,
2322
WorkflowResultOptions,
@@ -165,7 +164,7 @@ export class TestWorkflowEnvironment {
165164
/**
166165
* Get an established {@link Connection} to the ephemeral server
167166
*/
168-
public readonly connection: ConnectionLike;
167+
public readonly connection: Connection;
169168

170169
/**
171170
* A {@link TestEnvClient} for interacting with the ephemeral server

0 commit comments

Comments
 (0)