We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lazy
1 parent 9e862fa commit 3996f8aCopy full SHA for 3996f8a
log/value.libevm_test.go
@@ -62,6 +62,6 @@ func TestLazy(t *testing.T) {
62
log.Info("", key, fn)
63
log.Debug("", "not evaluated", fn)
64
65
- assert.Contains(t, out.String(), wantLogged, "evaluation of lazy function is logged")
+ assert.Containsf(t, out.String(), wantLogged, "evaluation of %T function is logged", fn)
66
assert.Equalf(t, 1, gotNumEvaluations, "number of evaluations of %T function", fn)
67
}
0 commit comments