Skip to content

Commit

Permalink
fix: fix clearById method signature mock-server#158
Browse files Browse the repository at this point in the history
  • Loading branch information
botflux committed May 28, 2024
1 parent 8035b2a commit 7ed0428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockServerClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface MockServerClient {

clear(pathOrRequestDefinition: PathOrRequestDefinition, type: ClearType): Promise<RequestResponse>;

clearById(expectationId: ExpectationId, type: ClearType): Promise<RequestResponse>;
clearById(expectationId: string, type: ClearType): Promise<RequestResponse>;

bind(ports: Port[]): Promise<RequestResponse>;

Expand Down

0 comments on commit 7ed0428

Please sign in to comment.