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
In step 6 org.junit.Assert.assertThat is used while in step 7 com.google.common.truth.Truth.assertThat is used. I feel like this is confusing and should be called out?
The text was updated successfully, but these errors were encountered:
In step 6
org.junit.Assert.assertThat
is used while in step 7com.google.common.truth.Truth.assertThat
is used. I feel like this is confusing and should be called out?The text was updated successfully, but these errors were encountered: