Skip to content

Commit

Permalink
spelling: effect (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Feb 20, 2024
1 parent 04d296f commit 7406b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/octokit-core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("GET /repos/{owner}/{repo}/issues/{issue_number}/labels", () => {
});

describe("POST /repos/{owner}/{repo}/labels", () => {
it("has no effoct on paths other than /repos/{owner}/{repo}/issues/{issue_number}/labels", () => {
it("has no effect on paths other than /repos/{owner}/{repo}/issues/{issue_number}/labels", () => {
const mock = fetchMock
.sandbox()
.post("https://patched.test/repos/octokit/rest.js/labels", 200, {
Expand Down

0 comments on commit 7406b84

Please sign in to comment.