Merged in feature/clean (pull request #76)

Clean Set Up

* fail

* starteddb

* constraint

* cleantest

* fixqueries

* fixtests

* storemimetype

* buffer

* tests

* setup

* passingtests

* pdfHElloWorld

* rm

* test

* notodos

* tests

* clean

* testpdf
This commit is contained in:
Michael McGuinness
2025-02-28 13:11:53 +00:00
parent a49084ebce
commit f11f4def43
198 changed files with 71722 additions and 146 deletions
+6 -2
View File
@@ -48,8 +48,12 @@ func TestTextExtraction(t *testing.T) {
err = queries.AddDocumentCleanEntry(ctx, &repository.AddDocumentCleanEntryParams{
Documentid: id,
Version: 1,
Bucket: bucket,
Key: key,
Bucket: &bucket,
Key: &key,
Mimetype: repository.NullCleanmimetypes{
Valid: true,
Cleanmimetypes: repository.CleanmimetypesApplicationPdf,
},
})
assert.NoError(t, err)