Skip to content

Commit b79eed2

Browse files
committed
fix test
1 parent 4d6e706 commit b79eed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SocketIOClient.Test/SocketIOTests/V4/SocketIOV4NspCreator.cs

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

1919
public string Prefix => "/nsp,V4: ";
2020
public string Url => "http://localhost:11004/nsp";
21-
public string Token => "V3NSP";
21+
public string Token => "V4NSP";
2222
public int EIO => 4;
2323
}
2424
}

0 commit comments

Comments
 (0)