fix: typo in test error

This commit is contained in:
Julien Neuhart
2021-08-22 17:24:20 +02:00
parent cc1ad16688
commit 900021ec1b

View File

@@ -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)
}
}