Ad
  • Custom User Avatar
    Test.assertEquals(expected, actual);
    

    That's the wrong way 'round. Should be actual, expected.

    Also, do some more random testing. One is a bit spare, and all you need is a for loop.