Skip to content

Commit b3c5d27

Browse files
committed
Update spec.types.test.ts
1 parent e0fc390 commit b3c5d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec.types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function checkImplementation(
4242
spec = sdk;
4343
}
4444
function checkProgressNotification(
45-
sdk: RemovePassthrough<SDKTypes.ProgressNotification>,
45+
sdk: SDKTypes.ProgressNotification,
4646
spec: SpecTypes.ProgressNotification
4747
) {
4848
sdk = spec;

0 commit comments

Comments
 (0)