mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
fix: typo in test error
This commit is contained in:
@@ -149,6 +149,6 @@ func TestUnoconv_Extensions(t *testing.T) {
|
|||||||
expect := 73
|
expect := 73
|
||||||
|
|
||||||
if actual != expect {
|
if actual != expect {
|
||||||
t.Errorf("expected %d extentions but got %d", expect, actual)
|
t.Errorf("expected %d extensions but got %d", expect, actual)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user