Bläddra i källkod

test: test passing build (failed tests fail build already)

Nick Hildebrant 10 år sedan
förälder
incheckning
5365d10932
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      test/ci_test_basic/test_test2.lua

+ 0 - 4
test/ci_test_basic/test_test2.lua

@@ -7,8 +7,4 @@ function test_success_again()
   assert_true (true, 'more tests work')
   assert_true (true, 'more tests work')
 end
 end
 
 
-function test_fail() 
-  assert_true ("not something true", 'fail test')
-end
-