mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +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{
|
mock := PDFEngineProviderMock{
|
||||||
PDFEngineMock: func() (PDFEngine, error) {
|
PDFEngineMock: func() (PDFEngine, error) {
|
||||||
return PDFEngineMock{}, nil
|
return PDFEngineMock{}, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user