Explorar o código

Fix #135 for real this time

George S. Baugh %!s(int64=8) %!d(string=hai) anos
pai
achega
b6d6b64b90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/TestRail/Utils/Find.pm

+ 1 - 1
lib/TestRail/Utils/Find.pm

@@ -468,7 +468,7 @@ sub getResults {
                 }
             }
             return MCE->gather(MCE->chunk_id,$res);
-        } @$runs);
+        } $runs);
 
     }