Skip to content

Commit

Permalink
Fix nullability of interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Dyatlov committed Jan 27, 2025
1 parent 71834cf commit eb79754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.malinskiy.marathon.test.Test

interface TestOwnerProvider {

fun getTestOwner(test: Test): TestOwner
fun getTestOwner(test: Test): TestOwner?

data class TestOwner(
val team: String?,
Expand Down

0 comments on commit eb79754

Please sign in to comment.