Removed test template.

This commit is contained in:
Erik C. Thauvin 2017-03-26 22:59:55 -07:00
parent b6fbb25228
commit 9409eda0e6

View file

@ -1,8 +0,0 @@
package com.example
import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}