This commit is contained in:
jay brown
2025-08-04 10:54:22 -07:00
parent 582e5b77c0
commit 56fb9b4ab6
20 changed files with 1026 additions and 28 deletions
+1
View File
@@ -57,6 +57,7 @@ func TestDocSyncRunner(t *testing.T) {
docId, err := cfg.GetDBQueries().CreateDocument(t.Context(), &repository.CreateDocumentParams{
Clientid: "clientid",
Hash: "hash",
BatchID: nil,
})
require.NoError(t, err)
part := uint16(1)