Merged in bugfix/regression (pull request #28)

Fix Regression Tests

* firstfixes
This commit is contained in:
Michael McGuinness
2025-01-18 02:28:43 +00:00
parent fa95d733ca
commit 897fd1c6dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func TestNew(t *testing.T) {
queue.NewServer(ctx, &queue.ListenerConfig{
Controller: controller,
BasePath: path.Join(os.Getenv("PWD"), "../.."),
BasePath: path.Join(os.Getenv("PWD"), "../../.."),
})
}