diff --git a/ocr/google_docai_provider_test.go b/ocr/google_docai_provider_test.go index 0f16afd..73a4246 100644 --- a/ocr/google_docai_provider_test.go +++ b/ocr/google_docai_provider_test.go @@ -94,6 +94,3 @@ func TestGenerateHOCR(t *testing.T) { } } -func testContext() context.Context { - return context.Background() -}