@@ -39,7 +39,7 @@ func (m *Mock) Check(t testing.TB, wantLogged []string) {
got := litter.Sdump(m.Logged)
want := litter.Sdump(wantLogged)
if got != want {
t.Errorf("Mock() got %s, want %s", got, want)
t.Errorf("Logger() got %s, want %s", got, want)
}
The note is not visible to the blocked user.