Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Cormouls <contact.antoine.cormouls@gmail.com>
  • Loading branch information
yomybaby and Moumouls committed Jun 26, 2022
1 parent 3980d5c commit d3229f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/ParseGraphQLServer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9578,7 +9578,6 @@ describe('ParseGraphQLServer', () => {
const { someClass: getResult, someClasses, someClassesWithQuxTrue } = queryResult.data;

const { someObjectField } = getResult;
expect(typeof someObjectField).toEqual('object');
expect(someObjectField).toEqual(someObjectFieldValue);

// Checks class query results
Expand Down

0 comments on commit d3229f6

Please sign in to comment.