Skip to content

Commit

Permalink
chore: changed fs import
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 24, 2024
1 parent 737f371 commit a4b0f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/process.issue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Decimal from "decimal.js";
import { PermitGenerationModule } from "../src/parser/permit-generation-module";
import { db as mockDb } from "./__mocks__/db";
import { GithubCommentModule } from "../src/parser/github-comment-module";
import * as fs from "node:fs";
import fs from "fs";

const issueUrl = process.env.TEST_ISSUE_URL || "https://github.com/ubiquibot/comment-incentives/issues/22";

Expand Down

0 comments on commit a4b0f21

Please sign in to comment.