basestructure

This commit is contained in:
Michael McGuinness
2025-01-07 16:12:18 +00:00
parent e09a75c216
commit d6fd74ac2d
7 changed files with 92 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestName(t *testing.T) {
func TestQueryRunner(t *testing.T) {
ctx := context.Background()
queue, cleanup := createQueueDependencies(t, ctx, "queryrunner")