修复部分测试用例

This commit is contained in:
刘祥超
2023-06-07 21:49:42 +08:00
parent fe8c5b505a
commit 99b8686a49
14 changed files with 254 additions and 107 deletions
@@ -30,7 +30,6 @@ func TestIPListManager_check(t *testing.T) {
func TestIPListManager_loop(t *testing.T) {
manager := NewIPListManager()
manager.Start()
manager.pageSize = 10
err := manager.loop()
if err != nil {
t.Fatal(err)