fix(dao): fix dao test err

This commit is contained in:
bandl 2022-02-23 13:34:10 +08:00
parent c6b14ced27
commit dafffdde2c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}