Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Dec 5, 2023
1 parent b2673c4 commit a8f9388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/graphqlsp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ describe('simple', () => {
.find(resp => resp.type === 'response' && resp.command === 'quickinfo');
expect(res).toBeDefined();
expect(typeof res?.body).toEqual('object');
expect(res?.body.displayString).toEqual(`Query.posts: [Post]
List out all posts`);
expect(res?.body.documentation).toEqual(
`Query.posts: [Post]\n\nList out all posts`
);
}, 7500);
});

0 comments on commit a8f9388

Please sign in to comment.