Skip to content

Commit

Permalink
Merge pull request #84 from w3c/fix-sorted-tests
Browse files Browse the repository at this point in the history
Fix 'labels are sorted' broken on master
  • Loading branch information
dontcallmedom authored Dec 16, 2019
2 parents f1d1005 + c7aeeaa commit 722ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('github', () => {
}
});
const github = proxyquire('../lib/github.js', {
'./graphql.js': graphql
'./octokit.js': {graphql}
});
const repo = (await github.listRepos('WICG').next()).value;
assert(graphql.calledOnce);
Expand Down

0 comments on commit 722ceb8

Please sign in to comment.