fix main_test.go

This commit is contained in:
Shreyas Goenka 2024-12-20 12:12:22 +05:30
parent 6580869117
commit 1912ebd8f6
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
package telemetry_test
import (
"testing"
"github.com/databricks/cli/integration/internal"
)
// TestMain is the entrypoint executed by the test runner.
// See [internal.Main] for prerequisites for running integration tests.
func TestMain(m *testing.M) {
internal.Main(m)
}

View File

@ -1,4 +1,4 @@
package internal
package telemetry_test
import (
"context"