Skip to content

Commit 6561d2f

Browse files
committed
Fix matching service tests
1 parent 44e5aa3 commit 6561d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/matching-service/tests/webSocketHandler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type AddressInfo } from "node:net";
33
import ioc from "socket.io-client";
44
import { Server, Socket } from "socket.io";
55
import { MatchEvents } from "../src/handlers/websocketHandler";
6-
import { MatchUser } from "../src/handlers/matchHandler";
6+
import { MatchUser } from "../src/utils/types";
77

88
describe("Matching service web socket", () => {
99
let io: Server, serverSocket: Socket, clientSocket: SocketIOClient.Socket;

0 commit comments

Comments
 (0)