Version 1.7.1
var collection = new[] { "1" };
collection.Should().Equal("1");
Raises an exception:
Expected collection to be equal to "1", but {"1"} differs at index 0.
Thanks.
Comments:
var collection = new[] { "1" };
collection.Should().Equal("1");
Raises an exception:
Expected collection to be equal to "1", but {"1"} differs at index 0.
Thanks.
Comments:
Cannot be fixed.