Merged in feature/fullsuite (pull request #16)

Full suite command

* fullsuite

* fixlint
This commit is contained in:
Michael McGuinness
2025-01-13 17:31:30 +00:00
parent 67a50bac0a
commit b9dec0e3fa
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -34,5 +34,6 @@ func TestQueryRunner(t *testing.T) {
Client: qCfg.Client,
}
queue.Send(ctx, cfg, string(docJson), map[string]types.MessageAttributeValue{})
err = queue.Send(ctx, cfg, string(docJson), map[string]types.MessageAttributeValue{})
assert.Nil(t, err)
}