Skip to content

Commit

Permalink
remove comment that no longer applied
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jun 14, 2016
1 parent e0655cb commit dfe30e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/runQuery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe('runQuery', () => {
});

it('correctly passes in variables (and arguments)', () => {
// XXX can be removed after tests are actually writen
const query = `query TestVar($base: Int!){ testArgumentValue(base: $base) }`;
const expected = { testArgumentValue: 6 };
return runQuery({
Expand Down

0 comments on commit dfe30e3

Please sign in to comment.