Skip to content

Commit

Permalink
fix buildObjectDataType call in io tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jan 30, 2021
1 parent e87efaf commit e34115e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/graphqlProtocol/io.spec.ts
Expand Up @@ -71,8 +71,10 @@ describe('io', () => {
},
},
})({
name: 'player',
description: 'some description',
setup: {
name: 'player',
description: 'some description',
},
});

it('should generate a nested data input type', () => {
Expand Down

0 comments on commit e34115e

Please sign in to comment.