mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11:22:15 +01:00
fix: typo in test error
This commit is contained in:
@@ -149,6 +149,6 @@ func TestUnoconv_Extensions(t *testing.T) {
|
||||
expect := 73
|
||||
|
||||
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