Skip to content

Commit ef90c58

Browse files
Lint
1 parent ba7b35c commit ef90c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lib/hooks/__tests__/useConnection.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ describe("useConnection", () => {
329329
const testUrl = "http://test.com";
330330
await mockFetch?.(testUrl, {
331331
headers: {
332-
"Accept": "text/event-stream",
332+
Accept: "text/event-stream",
333333
},
334334
cache: "no-store",
335335
mode: "cors",

0 commit comments

Comments
 (0)