Add output checking to script tests
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ fun fib(n: Int): Int {
|
||||
|
||||
val hdr = "Num".decapitalize()
|
||||
|
||||
org.junit.Assert.assertTrue(false)
|
||||
org.junit.Assert.assertTrue(true)
|
||||
|
||||
System.out.println("$hdr: $num")
|
||||
val result = fib(num)
|
||||
|
||||
Reference in New Issue
Block a user