From 900021ec1b37c0c5dd99120b6da38109bd58cc9b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sun, 22 Aug 2021 17:24:20 +0200 Subject: [PATCH] fix: typo in test error --- pkg/modules/libreoffice/unoconv/unoconv_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/libreoffice/unoconv/unoconv_test.go b/pkg/modules/libreoffice/unoconv/unoconv_test.go index 449d380c..fd589ed5 100644 --- a/pkg/modules/libreoffice/unoconv/unoconv_test.go +++ b/pkg/modules/libreoffice/unoconv/unoconv_test.go @@ -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) } }