diff --git a/src/test/kotlin/com/example/MainTest.kt b/src/test/kotlin/com/example/MainTest.kt deleted file mode 100644 index 96458e9..0000000 --- a/src/test/kotlin/com/example/MainTest.kt +++ /dev/null @@ -1,8 +0,0 @@ -package com.example - -import org.testng.annotations.Test - -class ExampleTest { - @Test - fun f() = println("Running test") -} \ No newline at end of file