blockbook/tests/integration_test.go
2021-11-28 21:27:16 +01:00

12 lines
125 B
Go

//go:build integration
package tests
import (
"testing"
)
func TestIntegration(t *testing.T) {
runIntegrationTests(t)
}