Skip to content

Commit c159b5f

Browse files
committed
Forgot to change fit back to it
1 parent 8153b2c commit c159b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseGraphQLServer.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5704,7 +5704,7 @@ describe('ParseGraphQLServer', () => {
57045704
).toEqual([object3.id, object1.id, object2.id]);
57055705
});
57065706

5707-
fit('should support including relation', async () => {
5707+
it('should support including relation', async () => {
57085708
await prepareData();
57095709

57105710
await parseGraphQLServer.parseGraphQLSchema.schemaCache.clear();

0 commit comments

Comments
 (0)