mirror of
https://github.com/gookit/event
synced 2025-12-24 10:30:50 +08:00
💚 ci: fix github action ci test error
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user