Added empty tests for tasks without tests
This commit is contained in:
parent
b5812ab0c8
commit
ffe1b24766
|
@ -1,2 +1,8 @@
|
|||
package libraryHelpers1
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
class Tests {
|
||||
@Test
|
||||
fun test() {}
|
||||
}
|
|
@ -1 +1,8 @@
|
|||
package dataTypes
|
||||
package dataTypes
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
class Tests {
|
||||
@Test
|
||||
fun test() {}
|
||||
}
|
Loading…
Reference in New Issue