Update ocr/google_docai_provider_test.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Icereed 2025-02-10 16:49:20 +01:00 committed by GitHub
parent 81773d1127
commit eb7b8637e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,3 @@ func TestGenerateHOCR(t *testing.T) {
} }
} }
func testContext() context.Context {
return context.Background()
}