We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c6c72 commit c568865Copy full SHA for c568865
1 file changed
__tests__/reference.ts
@@ -1,7 +1,7 @@
1
/* eslint-disable no-underscore-dangle */
2
/// <reference lib="dom" />
3
4
-import { listPets } from './fixtures/petstore/methods.js';
+import { findPets } from './fixtures/petstore/methods.js';
5
import type {
6
RequestMethod,
7
RequestMethodCaller,
@@ -43,4 +43,4 @@ const client = new ReferenceServiceClient({
43
},
44
});
45
46
-await client.send(listPets());
+await client.send(findPets());
0 commit comments