You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #34821, I noticed that we use org.assertj.core.api.Assertions.catchThrowable(ThrowingCallable) when we really should be using assertThatExceptionOfType() or similar.
The text was updated successfully, but these errors were encountered:
While reviewing #34821, I noticed that we use
org.assertj.core.api.Assertions.catchThrowable(ThrowingCallable)
when we really should be usingassertThatExceptionOfType()
or similar.The text was updated successfully, but these errors were encountered: