Rewrite PreferredConstructorDiscovererUnitTests
to not use inner asserts but regular ones
#2695
Labels
type: task
A general task
Milestone
As part of #2694 we want to simplify the test to avoid using
assertThat(…).satisfies(actual -> …)
and use the regular styleassertThat(actual.…).…
The text was updated successfully, but these errors were encountered: