1
1
Fork 0

Added empty tests for tasks without tests

This commit is contained in:
Svetlana Isakova 2019-07-19 18:21:15 +02:00
parent b5812ab0c8
commit ffe1b24766
2 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,8 @@
package libraryHelpers1
import org.junit.Test
class Tests {
@Test
fun test() {}
}

View File

@ -1 +1,8 @@
package dataTypes
package dataTypes
import org.junit.Test
class Tests {
@Test
fun test() {}
}