Skip to content

Commit

Permalink
Fix code style issues with ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent d29943d commit 92b534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grai-frontend/src/components/chat/WebsocketChat.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import userEvent from "@testing-library/user-event"
import WS from "jest-websocket-mock"
import { act, render, screen, waitFor } from "testing"
import WebsocketChat from "./WebsocketChat"
import ChatProvider from "./ChatProvider"
import WebsocketChat from "./WebsocketChat"

const chat = {
id: "1",
Expand Down

0 comments on commit 92b534d

Please sign in to comment.