Skip to content

Commit

Permalink
- Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
krazziekay committed Sep 19, 2023
1 parent d5e0e0d commit 77d8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/github/repository/github-repository-get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe("GitHub Repository Search", () => {
items: [{ owner, full_name: "first", id: 1 }, { owner, full_name: "second", id: 22 }, { owner, full_name: "third", id: 333 }]
});

nockSearchRepos422(`${randomString} org:anotherOrgName in:full_name`);
nockSearchRepos422(`${randomString} org:anotherOrgName in:full_name fork:true`);

await supertest(app)
.get("/github/repository").set(
Expand Down

0 comments on commit 77d8f76

Please sign in to comment.