re-run tests

master
Christopher Chedeau 2017-06-05 22:26:35 -07:00
parent df08dc4a56
commit c46a20c8c1
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,8 @@ exports[`hello.graphql 1`] = `
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{
short(var: $var, int: 5, float: 5.6, bool: true, string: "hello world!") long(
short(var: $var, int: 5, float: 5.6, bool: true, string: "hello world!")
long(
var: $thisIsAReallyLongVariableNameRight,
int: 52342342342,
float: 5.6,
@ -15,5 +16,4 @@ exports[`hello.graphql 1`] = `
string: "hello world this is a very long string!"
)
}
`;

View File

@ -20,5 +20,4 @@ exports[`fields.graphql 1`] = `
}
}
}
`;