Remove extra parenthesis
This commit is contained in:
@@ -48,6 +48,6 @@ class EventsRecorder<T>(
|
||||
}
|
||||
|
||||
fun assertTrue(index: Int, predicate: (T) -> Boolean) {
|
||||
assertThat((predicate(events[index]))).isTrue()
|
||||
assertThat(predicate(events[index])).isTrue()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user