Use more meaningful port

This commit is contained in:
Trey Dockendorf 2020-02-23 14:36:36 -05:00
parent 7d61a7fee6
commit ab509b63ae
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import (
) )
const ( const (
address = "localhost:19100" address = "localhost:19306"
) )
func TestMain(m *testing.M) { func TestMain(m *testing.M) {