This commit is contained in:
William Banfield
2022-03-01 18:39:48 -05:00
parent ef41b126d9
commit 4e859073c6

View File

@@ -46,8 +46,7 @@ const (
dbName = "postgres"
chainID = "test-chainID"
viewBlockEvents = "block_events"
viewTxEvents = "tx_events"
viewTxEvents = "tx_events"
)
func TestMain(m *testing.M) {