Skip to content

Commit

Permalink
Fix predicate expectation not overriding toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Nov 18, 2023
1 parent 1826d3a commit 59cd2a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ class KTPredicateExpectation internal constructor(

// endregion

override fun toString(): String {
return description
}

}

/**
Expand Down

0 comments on commit 59cd2a7

Please sign in to comment.