Minor fixes

This commit is contained in:
世界
2022-09-29 22:27:16 +08:00
parent 3e5bee6faf
commit 968430c338
3 changed files with 5 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ func TestMuxCoolServer(t *testing.T) {
},
})
testSuit(t, clientPort, testPort)
testSuitSimple(t, clientPort, testPort)
}
func TestMuxCoolClient(t *testing.T) {
@@ -105,7 +105,7 @@ func TestMuxCoolClient(t *testing.T) {
},
},
})
testSuit(t, clientPort, testPort)
testSuitSimple(t, clientPort, testPort)
}
func TestMuxCoolSelf(t *testing.T) {
@@ -166,5 +166,5 @@ func TestMuxCoolSelf(t *testing.T) {
},
},
})
testSuit(t, clientPort, testPort)
testSuitSimple(t, clientPort, testPort)
}