stanley-king 3 năm trước cách đây
mục cha
commit
57828edde3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/TestRefillThird.php

+ 1 - 1
test/TestRefillThird.php

@@ -140,7 +140,7 @@ class TestRefillThird extends TestCase
             }
         };
 
-        for ($i = 0;$i > 100; $i++) {
+        for ($i = 0;$i < 100; $i++) {
             $sender();
             sleep(2);
         }