Skip to content

Commit

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

0 comments on commit f68e951

Please sign in to comment.