Skip to content

Commit eb79754

Browse files
author
Ivan Dyatlov
committed
Fix nullability of interface
1 parent 71834cf commit eb79754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/com/malinskiy/marathon/execution/TestOwnerProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.malinskiy.marathon.test.Test
44

55
interface TestOwnerProvider {
66

7-
fun getTestOwner(test: Test): TestOwner
7+
fun getTestOwner(test: Test): TestOwner?
88

99
data class TestOwner(
1010
val team: String?,

0 commit comments

Comments
 (0)