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 d24f3de commit 158fa8cCopy full SHA for 158fa8c
tcp/client_test.go
@@ -842,7 +842,6 @@ func TestConnRequestMonitorDropRequest(t *testing.T) {
842
}
843
844
func TestConnWithCSMExchangeTimeout(t *testing.T) {
845
-
846
type args struct {
847
clientOptions []Option
848
serverOptions []server.Option
@@ -885,7 +884,6 @@ func TestConnWithCSMExchangeTimeout(t *testing.T) {
885
884
886
for _, tt := range tests {
887
t.Run(tt.name, func(t *testing.T) {
888
889
l, err := coapNet.NewTCPListener("tcp", "")
890
require.NoError(t, err)
891
defer func() {
0 commit comments