Skip to content

Commit 2b94b4a

Browse files
committed
Fix sink test
1 parent c6f5639 commit 2b94b4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/test/src/test-integration-split-three.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ test('workflow start without priorities sees undefined for the key', configMacro
193193
const { env, createWorkerWithDefaults } = config;
194194
const { startWorkflow } = configurableHelpers(t, t.context.workflowBundle, env);
195195
const worker = await createWorkerWithDefaults(t, { activities });
196-
console.log('STARTING WORKFLOW');
197196

198197
const handle1 = await startWorkflow(workflows.priorityWorkflow, {
199198
args: [true, undefined],

packages/test/src/test-sinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ if (RUN_INTEGRATION_TESTS) {
148148
isReplaying: false,
149149
} as UnsafeWorkflowInfo,
150150
priority: {
151+
fairnessKey: undefined,
152+
fairnessWeight: undefined,
151153
priorityKey: undefined,
152154
},
153155
};

0 commit comments

Comments
 (0)