Skip to content

Commit 722ceb8

Browse files
Merge pull request #84 from w3c/fix-sorted-tests
Fix 'labels are sorted' broken on master
2 parents f1d1005 + c7aeeaa commit 722ceb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('github', () => {
134134
}
135135
});
136136
const github = proxyquire('../lib/github.js', {
137-
'./graphql.js': graphql
137+
'./octokit.js': {graphql}
138138
});
139139
const repo = (await github.listRepos('WICG').next()).value;
140140
assert(graphql.calledOnce);

0 commit comments

Comments
 (0)