Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Oct 17, 2024
1 parent 208bfdb commit 73e9fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ const ioc = require("socket.io-client");
cds.test(__dirname + "/..");
cds.env.websocket.kind = "socket.io";
const authorization = `Basic ${Buffer.from("alice:alice").toString("base64")}`;
describe("WebSocket", () => {
Expand Down
2 changes: 1 addition & 1 deletion test/socketio/redis_stream_socket.io.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cds.env.websocket.adapter = {
local: true,
options: {
key: "websocket",
}
},
};

describe("Redis", () => {
Expand Down

0 comments on commit 73e9fee

Please sign in to comment.