fix(dao): fix dao test err
This commit is contained in:
parent
c6b14ced27
commit
dafffdde2c
|
@ -18,7 +18,7 @@ func TestChannelX_Push(t *testing.T) {
|
|||
require.Equal(t, res, "111")
|
||||
|
||||
up = c.Push("111")
|
||||
c.CLean()
|
||||
c.Clean()
|
||||
|
||||
require.Equal(t, c.Length(), 0)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue