Skip to content

Commit 4eca98c

Browse files
authored
chore: update test case title
1 parent 881b4b8 commit 4eca98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/client.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,15 @@ describe("client option", () => {
233233
shouldThrow: false,
234234
},
235235
{
236-
title: "as a nonexistent path",
236+
title: "as a nonexistent path (sockjs)",
237237
client: {
238238
webSocketTransport: "/bad/path/to/implementation",
239239
},
240240
webSocketServer: "sockjs",
241241
shouldThrow: true,
242242
},
243243
{
244-
title: "as a nonexistent path",
244+
title: "as a nonexistent path (ws)",
245245
client: {
246246
webSocketTransport: "/bad/path/to/implementation",
247247
},

0 commit comments

Comments
 (0)