Merged in bugfix/tests (pull request #107)

Fix Fullsuite

* save

* foundthefix..

* codeandrequire
This commit is contained in:
Michael McGuinness
2025-03-19 11:54:14 +00:00
parent 3dd0c718cd
commit 1587da9d11
101 changed files with 977 additions and 910 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ func TestListByClientId(t *testing.T) {
)
adoc, err := svc.ListByClientExternalId(ctx, clientId)
assert.NoError(t, err)
require.NoError(t, err)
assert.Equal(t, doc, adoc)
}