Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jul 10, 2024
1 parent db4066c commit b8c2b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/test/src/test-interface-type-safety.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
defineUpdate,
} from '@temporalio/workflow';
import { WorkflowHandle, WorkflowUpdateStage } from '@temporalio/client';
import { temporal } from '@temporalio/proto';

test('SignalDefinition Name type safety', (t) => {
// @ts-expect-error Assert expect a type error when generic and concrete names do not match
Expand Down

0 comments on commit b8c2b84

Please sign in to comment.