rename test

This commit is contained in:
jaedle
2019-02-24 17:29:03 +01:00
parent a9012ebfc5
commit e252972c7f

View File

@@ -100,7 +100,7 @@ func TestDoesNotPrintCommandIfMissing(t *testing.T) {
assert.NotContains(t, buffer.String(), "commands")
}
func TestFullSummary(t *testing.T) {
func TestLayout(t *testing.T) {
buffer := &bytes.Buffer{}
l := logger.Logger{
Stdout: buffer,