actual/expected in asserts are the wrong way round
All the tests are wrote in the form actual.IsEqualTo(expected). This made for some odd error messages when a test failed.
Showing
Please register or sign in to comment
All the tests are wrote in the form actual.IsEqualTo(expected). This made for some odd error messages when a test failed.