We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228e15c commit 15e3b05Copy full SHA for 15e3b05
1 file changed
test.lua
@@ -122,4 +122,7 @@ end
122
123
if fc < 1 then
124
print(Prometheus.colors("[PASSED] ", "green") .. "All tests passed!");
125
+ return 0;
126
+else
127
+ return -1;
128
end
0 commit comments