We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac410a commit 33b3c2dCopy full SHA for 33b3c2d
multiaddr_test.go
@@ -140,7 +140,7 @@ func TestConstructSucceeds(t *testing.T) {
140
"/udp/1234/udt",
141
"/udp/1234/utp",
142
"/tcp/1234/http",
143
- "/tcp/1234/http/tls",
+ "/tcp/1234/tls/http",
144
"/tcp/1234/https",
145
"/ipfs/QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC/tcp/1234",
146
"/ipfs/k2k4r8oqamigqdo6o7hsbfwd45y70oyynp98usk7zmyfrzpqxh1pohl7/tcp/1234",
@@ -169,7 +169,7 @@ func TestConstructSucceeds(t *testing.T) {
169
"/ip4/127.0.0.1/tcp/9090/http/p2p-webrtc-direct",
170
"/ip4/127.0.0.1/tcp/127/ws",
171
172
- "/ip4/127.0.0.1/tcp/127/ws/tls",
+ "/ip4/127.0.0.1/tcp/127/tls/ws",
173
"/ip4/127.0.0.1/tcp/127/wss",
174
175
}
0 commit comments