Skip to content

Commit

Permalink
test/plugins/link: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Apr 17, 2024
1 parent 3c2acd1 commit 28c0470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugins/link.ts
Expand Up @@ -3,7 +3,8 @@ import path from "path";
import {expect} from "chai";
import util from "../util";
import Config from "../../server/config";
import link, {LinkPreview} from "../../server/plugins/irc-events/link";
import link from "../../server/plugins/irc-events/link";
import {LinkPreview} from "../../shared/types/msg";

describe("Link plugin", function () {
// Increase timeout due to unpredictable I/O on CI services
Expand Down

0 comments on commit 28c0470

Please sign in to comment.