github.com/cryptohub-digital/blockbook-fork@v0.0.0-20230713133354-673c927af7f1/tests/integration_test.go (about)

     1  //go:build integration
     2  
     3  package tests
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestIntegration(t *testing.T) {
    10  	runIntegrationTests(t)
    11  }