Stonks/app/src/test/kotlin/xyz/etztech/stonks/AppTest.kt

13 lines
292 B
Kotlin
Raw Normal View History

2021-06-25 19:12:54 +00:00
/*
* This Kotlin source file was generated by the Gradle 'init' task.
*/
package xyz.etztech.stonks
class AppTest {
2021-06-29 21:49:36 +00:00
// @Test
// fun appHasAGreeting() {
// val classUnderTest = App()
// assertNotNull(classUnderTest.greeting, "app should have a greeting")
// }
2021-06-25 19:12:54 +00:00
}