Skip to content

Commit c3aa36f

Browse files
committed
fix token
1 parent 9b76b8a commit c3aa36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SocketIOClient.Test/SocketIOTests/V2Http/SocketIOV2NspCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public SocketIO Create(bool reconnection = false)
1919

2020
public string Prefix => "/nsp,V2: ";
2121
public string Url => "http://localhost:11002/nsp";
22-
public string Token => "V2NSP";
22+
public string Token => "V2";
2323
}
2424
}

0 commit comments

Comments
 (0)