!102 修复 dao 的测试错误

Merge pull request !102 from bandl/fix-dao-test
This commit is contained in:
bandl 2022-02-23 05:36:52 +00:00 committed by Gitee
commit 07dd0f8874
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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)
}