update comments
This commit is contained in:
@@ -221,8 +221,8 @@ func TestPadLevelText(t *testing.T) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// We create a "default" TextFormatter to do a control case test
|
// We create a "default" TextFormatter to do a control test.
|
||||||
// and a TextFormatter with PadLevelText, which is the flag we are testing here
|
// We also create a TextFormatter with PadLevelText, which is the parameter we want to do our most relevant assertions against.
|
||||||
tfDefault := TextFormatter{}
|
tfDefault := TextFormatter{}
|
||||||
tfWithPadding := TextFormatter{PadLevelText: true}
|
tfWithPadding := TextFormatter{PadLevelText: true}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user