chore: fix test failure in profilecenter_test.go

This commit is contained in:
Kevin Wan
2025-05-15 13:31:53 +00:00
parent 94edc32f3e
commit 5048c350ae

View File

@@ -8,7 +8,6 @@ import (
) )
func TestReport(t *testing.T) { func TestReport(t *testing.T) {
once.Do(func() {})
assert.NotContains(t, generateReport(), "foo") assert.NotContains(t, generateReport(), "foo")
report("foo", time.Second) report("foo", time.Second)
assert.Contains(t, generateReport(), "foo") assert.Contains(t, generateReport(), "foo")