Truth has an issue when you use assertThat to check a length
wise4rmgod opened this issue · 1 comments
wise4rmgod commented
netdpb commented
It looks like the string returned by Validate.checkLengthOfWord()
was "Error", which has five characters. (You can see that because Truth's failure message contains "string was: Error".
Validate
isn't part of Truth, so you might want to check its documentation.