update comments

This commit is contained in:
Lynn Cyrin 2019-06-05 00:27:10 -07:00
parent fa0d2a82ff
commit 58f7e00129
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897
1 changed files with 2 additions and 2 deletions

View File

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