1
0

feat: export GetFreeAddrPort

This commit is contained in:
2024-02-20 11:58:41 +00:00
parent 6036211172
commit 67ffa2347a
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ func TestSystemStart(t *testing.T) {
}
func TestGetFreeAddrPort(t *testing.T) {
addrPort := getFreeAddrPort()
addrPort := GetFreeAddrPort()
ln, err := net.Listen("tcp", addrPort)
if err != nil {
t.Fatal(err)