mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 11:52:14 +01:00
fix(core): typo in mocks test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user