Files
query-orchestration/internal/database/migrationsprivate_test.go
T

14 lines
168 B
Go
Raw Normal View History

package database
import (
"context"
"testing"
)
func TestCreateDB(t *testing.T) {
t.Skip("Must test appropriately")
ctx := context.Background()
createDB(ctx)
}