Skip to content

Commit

Permalink
Forgot to change fit back to it
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbland committed Mar 17, 2021
1 parent 8153b2c commit c159b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseGraphQLServer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5704,7 +5704,7 @@ describe('ParseGraphQLServer', () => {
).toEqual([object3.id, object1.id, object2.id]);
});

fit('should support including relation', async () => {
it('should support including relation', async () => {
await prepareData();

await parseGraphQLServer.parseGraphQLSchema.schemaCache.clear();
Expand Down

0 comments on commit c159b5f

Please sign in to comment.