Skip to content

Commit

Permalink
test: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Aug 29, 2024
1 parent 78ffedb commit 1426299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/suites/smoke/test-old-regressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,5 @@ type TraceTransactionSchema = {

type SystemVersionSchema = {
Parameters: [];
ReturnType: {
any;
};
ReturnType: any;
};

0 comments on commit 1426299

Please sign in to comment.