Skip to content

Commit c568865

Browse files
committed
chore: fix for latest petstore code
1 parent c3c6c72 commit c568865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

__tests__/reference.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-underscore-dangle */
22
/// <reference lib="dom" />
33

4-
import { listPets } from './fixtures/petstore/methods.js';
4+
import { findPets } from './fixtures/petstore/methods.js';
55
import type {
66
RequestMethod,
77
RequestMethodCaller,
@@ -43,4 +43,4 @@ const client = new ReferenceServiceClient({
4343
},
4444
});
4545

46-
await client.send(listPets());
46+
await client.send(findPets());

0 commit comments

Comments
 (0)