Use more meaningful port
This commit is contained in:
parent
7d61a7fee6
commit
ab509b63ae
|
@ -28,7 +28,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
address = "localhost:19100"
|
||||
address = "localhost:19306"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
|
Loading…
Reference in New Issue