Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Apr 9, 2021
1 parent 6541ebd commit ac2f5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages-next/fields/src/tests/Implementation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ test('gqlQueryInputFields', () => {

test('gqlUpdateInputFields', () => {
const impl = new Field('path', {}, args);

expect(impl.gqlUpdateInputFields()).toEqual([]);
const schemaName = 'public';
expect(impl.gqlUpdateInputFields({ schemaName })).toEqual([]);
});

test('gqlOutputFieldResolvers', () => {
Expand Down

0 comments on commit ac2f5ec

Please sign in to comment.