Update tests to support single anonymous selection
This commit is contained in:
parent
1a80b66ea5
commit
ded75038aa
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ main() {
|
|||
test('with selection set', () {
|
||||
var op = parse('{foo, bar: baz}').parseOperationDefinition();
|
||||
expect(op.variableDefinitions, isNull);
|
||||
expect(op.isQuery, isFalse);
|
||||
expect(op.isQuery, isTrue);
|
||||
expect(op.isMutation, isFalse);
|
||||
expect(op.name, isNull);
|
||||
expect(
|
||||
|
|
Loading…
Reference in a new issue