mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
test/models/network: fix import path
This commit is contained in:
parent
c8664301ba
commit
5e444be37b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
/* eslint-disable @typescript-eslint/no-empty-function */
|
||||
import {expect} from "chai";
|
||||
import sinon from "ts-sinon";
|
||||
import Chan, {ChanType} from "../../server/models/chan";
|
||||
import Chan from "../../server/models/chan";
|
||||
import {ChanType} from "../../shared/types/chan";
|
||||
import Msg from "../../server/models/msg";
|
||||
import User from "../../server/models/user";
|
||||
import Network from "../../server/models/network";
|
||||
|
|
Loading…
Reference in a new issue