Ad
  • Default User Avatar

    Well, technically, ["Bob"] and ["Bob"] are two different objects, so they're not equal.

    To compare arrays or objects, you should use Test.assertSimilar instead of Test.assertEquals.