Skip to content

Commit 269d200

Browse files
committed
New test added in a different PR needed changes also applied to it for this env
1 parent 438f0a7 commit 269d200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/__tests__/restLink.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3697,7 +3697,7 @@ describe('export directive', () => {
36973697
}
36983698
`;
36993699

3700-
const { data } = await makePromise<Result>(
3700+
const { data } = await toPromise<Result>(
37013701
execute(link, {
37023702
operationName: 'getPostWithCommentsAndDetails',
37033703
query: getPostWithCommentsAndDetails,

0 commit comments

Comments
 (0)