I got the following error when comparing two DateTime:
10/06/2011 9:47:23 Should Be Equal To 10/06/2011 9:47:23.
The code reproducing it is pretty much basic:
sameOrder.DateTime.Should().Be.EqualTo(order.DateTime);
I think this is an issue.
Comments: I had same problem (Fixed) Thanks.
10/06/2011 9:47:23 Should Be Equal To 10/06/2011 9:47:23.
The code reproducing it is pretty much basic:
sameOrder.DateTime.Should().Be.EqualTo(order.DateTime);
I think this is an issue.
Comments: I had same problem (Fixed) Thanks.