blockbook/tests/integration_test.go

12 lines
124 B
Go

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