mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-14 02:10:00 +08:00
chore: use logc instead of logx if possible (#4610)
This commit is contained in:
@@ -300,7 +300,7 @@ func TestCluster_handleWatchEvents(t *testing.T) {
|
||||
},
|
||||
}
|
||||
assert.NotPanics(t, func() {
|
||||
c.handleWatchEvents(watchKey{
|
||||
c.handleWatchEvents(context.Background(), watchKey{
|
||||
key: "another",
|
||||
}, nil)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user