Some JUnit tests are backwards
Some JUnits tests in the repo are backwards.
assertEquals is supposed to take the form assertEquals(expected, actual), but there are some tests that have that backwards.
Some JUnits tests in the repo are backwards.
assertEquals is supposed to take the form assertEquals(expected, actual), but there are some tests that have that backwards.
