Przeglądaj źródła

Make test return 1 (oops)

George S. Baugh 11 lat temu
rodzic
commit
1b46585579
1 zmienionych plików z 1 dodań i 1 usunięć
  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;