Pārlūkot izejas kodu

Make test return 1 (oops)

George S. Baugh 11 gadi atpakaļ
vecāks
revīzija
1b46585579
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      t/TestRail-API.t

+ 1 - 1
t/TestRail-API.t

@@ -133,4 +133,4 @@ skip: {
     #Delete project now that we are done with it
     ok($tr->deleteProject($new_project->{'id'}),"Can delete project");
 }
-0;
+1;