From 48a148ae2f1c5d37565852f5a10c6ff882c6fe61 Mon Sep 17 00:00:00 2001 From: Arjun Mahishi Date: Mon, 4 Mar 2024 10:58:17 +0530 Subject: [PATCH] assert: Fix typos in Test_indentMessageLines --- assert/assertions_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assert/assertions_test.go b/assert/assertions_test.go index 04be59b4c..dd7e38741 100644 --- a/assert/assertions_test.go +++ b/assert/assertions_test.go @@ -3213,13 +3213,13 @@ func Test_indentMessageLines(t *testing.T) { expected: "Hello\n\t \tWorld", }, { - name: "single line - extreamly long", + name: "single line - extremely long", msg: strings.Repeat("hello ", 20000), longestLabelLen: 11, expected: strings.Repeat("hello ", 20000), }, { - name: "multi line - extreamly long", + name: "multi line - extremely long", msg: strings.Repeat("hello\n", 20000), longestLabelLen: 3, expected: strings.TrimSpace(