💚 ci: fix github action ci test error

This commit is contained in:
inhere
2025-08-25 13:30:03 +08:00
parent 01c5d2e33e
commit b4e3765eb3

View File

@@ -119,5 +119,5 @@ func TestEvent(t *testing.T) {
e1.Set("k", "v")
assert.Equal(t, "v", e1.Get("k"))
// assert.NotEmpty(t, e1.Clone())
assert.NotEmpty(t, e1.Context())
assert.NotNil(t, e1.Context())
}