Closed TheKeymaster closed 5 years ago
To make the test better readable we should try to build up the expected data as a data structure and then use assertEquals. This will also give us a nice diff view of expected and actual data when the test fails.
assertEquals
This has been done in #22.
To make the test better readable we should try to build up the expected data as a data structure and then use
assertEquals
. This will also give us a nice diff view of expected and actual data when the test fails.