Skip to content

Commit

Permalink
fix: update Octokit import in test file
Browse files Browse the repository at this point in the history
Replaced `@octokit/core` with `@octokit/rest` in rewards.test.ts.
  • Loading branch information
gentlementlegen committed Nov 17, 2024
1 parent 4721d20 commit 6a2acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rewards.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { afterAll, afterEach, beforeAll, beforeEach, describe, it, jest } from "@jest/globals";
import { drop } from "@mswjs/data";
import { Octokit } from "@octokit/core";
import { Octokit } from "@octokit/rest";
import { Logs } from "@ubiquity-os/ubiquity-os-logger";
import fs from "fs";
import { http, passthrough } from "msw";
Expand Down

0 comments on commit 6a2acc7

Please sign in to comment.