From 58f7e00129989b7799aa4ed9097f98383bb579ac Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Wed, 5 Jun 2019 00:27:10 -0700 Subject: [PATCH] update comments --- text_formatter_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text_formatter_test.go b/text_formatter_test.go index e48e430..775f4aa 100644 --- a/text_formatter_test.go +++ b/text_formatter_test.go @@ -221,8 +221,8 @@ func TestPadLevelText(t *testing.T) { }, } - // We create a "default" TextFormatter to do a control case test - // and a TextFormatter with PadLevelText, which is the flag we are testing here + // We create a "default" TextFormatter to do a control test. + // We also create a TextFormatter with PadLevelText, which is the parameter we want to do our most relevant assertions against. tfDefault := TextFormatter{} tfWithPadding := TextFormatter{PadLevelText: true}