Skip to content

Commit 8db5618

Browse files
committed
improve
1 parent 26a3503 commit 8db5618

File tree

1 file changed

+12
-0
lines changed
  • sentry-samples/sentry-samples-console/src/test/kotlin/io/sentry

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package io.sentry
2+
3+
import kotlin.test.Test
4+
import kotlin.test.assertTrue
5+
6+
class DummyTest {
7+
@Test
8+
fun `the only test`() {
9+
// only needed to have more than 0 tests and not fail the build
10+
assertTrue(true)
11+
}
12+
}

0 commit comments

Comments
 (0)