Minor fixes

This commit is contained in:
世界
2022-09-29 22:27:16 +08:00
parent d5f928369c
commit 9dd19027d0
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)
}