Skip to content

Commit 3c46224

Browse files
committed
debug pipeline
1 parent 44457b3 commit 3c46224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/SocketIOClient.UnitTest/SocketIOTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public async Task Should_not_upgrade_transport(SocketIOOptions options, string h
257257
AutoUpgrade = false,
258258
Transport = TransportProtocol.Polling,
259259
},
260-
"85:0{\"sid\":\"LgtKYhIy7\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
260+
"85:0{\"sid\":\"LgtKYhIy1\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
261261
new[]
262262
{
263263
"85:0{\"sid\":\"LgtKYhIy1\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
@@ -270,7 +270,7 @@ public async Task Should_not_upgrade_transport(SocketIOOptions options, string h
270270
AutoUpgrade = true,
271271
Transport = TransportProtocol.Polling,
272272
},
273-
"test",
273+
"test2",
274274
new[]
275275
{
276276
"74:0{\"sid\":\"LgtKYhIy2\",\"upgrades\":[],\"pingInterval\":10000,\"pingTimeout\":5000}",
@@ -283,7 +283,7 @@ public async Task Should_not_upgrade_transport(SocketIOOptions options, string h
283283
AutoUpgrade = false,
284284
Transport = TransportProtocol.Polling,
285285
},
286-
"0{\"sid\":\"LgtKYhIy7\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
286+
"0{\"sid\":\"LgtKYhIy3\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
287287
new[]
288288
{
289289
"0{\"sid\":\"LgtKYhIy3\",\"upgrades\":[\"websocket\"],\"pingInterval\":10000,\"pingTimeout\":5000}",
@@ -296,7 +296,7 @@ public async Task Should_not_upgrade_transport(SocketIOOptions options, string h
296296
AutoUpgrade = true,
297297
Transport = TransportProtocol.Polling,
298298
},
299-
"test",
299+
"test4",
300300
new[]
301301
{
302302
"0{\"sid\":\"LgtKYhIy4\",\"upgrades\":[],\"pingInterval\":10000,\"pingTimeout\":5000}",

0 commit comments

Comments
 (0)