diff --git a/pkg/app/attribute_test.go b/pkg/app/attribute_test.go index fefc45ea..ee9fab62 100644 --- a/pkg/app/attribute_test.go +++ b/pkg/app/attribute_test.go @@ -104,7 +104,7 @@ func TestToAttributeValue(t *testing.T) { out string }{ { - scenario: "spaces arround", + scenario: "spaces around", in: " \n foo \n", out: "foo", },