diff --git a/pkg/gotenberg/mocks_test.go b/pkg/gotenberg/mocks_test.go index 1748c314..4d19ff31 100644 --- a/pkg/gotenberg/mocks_test.go +++ b/pkg/gotenberg/mocks_test.go @@ -55,7 +55,7 @@ func TestPDFEngineMock(t *testing.T) { } } -func TestPDFEngineProvider(t *testing.T) { +func TestPDFEngineProviderMock(t *testing.T) { mock := PDFEngineProviderMock{ PDFEngineMock: func() (PDFEngine, error) { return PDFEngineMock{}, nil