Make chainID a const

This commit is contained in:
M. J. Fromberger
2021-08-27 12:36:39 -07:00
parent 01f4846518
commit 600147a5fc

View File

@@ -41,6 +41,7 @@ const (
port = "5432"
dsn = "postgres://%s:%s@localhost:%s/%s?sslmode=disable"
dbName = "postgres"
chainID = "test-chainID"
)
func TestMain(m *testing.M) {