From 46e3199438a7b148a27e8c67f3b7f993165cc679 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 20 Jul 2023 11:36:18 +0200 Subject: [PATCH] fix(core): typo in mocks test --- pkg/gotenberg/mocks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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