Skip to content

Commit

Permalink
Fix github test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Zharinov committed Apr 23, 2021
1 parent b10be23 commit 63578f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/http/github.spec.ts
Expand Up @@ -208,7 +208,7 @@ describe(getName(__filename), () => {
describe('GraphQL', () => {
const query = `
query {
repository(owner: "testOwner", name: "getName") {
repository(owner: "testOwner", name: "testName") {
testItem (orderBy: {field: UPDATED_AT, direction: DESC}, filterBy: {createdBy: "someone"}) {
pageInfo {
endCursor
Expand Down

0 comments on commit 63578f3

Please sign in to comment.