test/models/msg: fix linkpreview import

This commit is contained in:
Reto Brunner 2024-04-17 20:20:47 +02:00
parent 1edb5a72c1
commit c8664301ba

View file

@ -2,7 +2,7 @@ import {expect} from "chai";
import Msg from "../../server/models/msg";
import User from "../../server/models/user";
import {LinkPreview} from "../../server/plugins/irc-events/link";
import {LinkPreview} from "../../shared/types/msg";
describe("Msg", function () {
["from", "target"].forEach((prop) => {