Fixing incorrect func name in test output.

This commit is contained in:
Jakub Sobon 2018-06-21 17:05:05 -04:00
parent 6a320ac68c
commit 40bee03bc2
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ func TestGauge(t *testing.T) {
}
if diff := faketerm.Diff(tc.want(c.Size()), got); diff != "" {
t.Errorf("Rectangle => %v", diff)
t.Errorf("Draw => %v", diff)
}
})
}