For example, I have the first "Good day brother" and the second "Good day sister" line, where in FluentAssertions, when calling the Should().Be() method, I will get the following error:
Expected string to be "Good day sister" with a length of 15, but "Good day brother" has a length of 16, differs near "bro" (index 9).
Where I have the context of the difference in the form of only 3 letters, but I want to increase this value, thank you very much in advance!
I tried to find various extensions but did not find any configurations or settings to increase this value