Ad
  • Default User Avatar

    Hi! Thanks for feedback.

    It seems that Test.assertEquals uses Test.inspect, which in turn uses stringify... which is strange, as it presumes comparison with ===.

    Changed a test fixture to use Test.expect with === when comparing objects, try re-submitting. And please check that the context is correctly passed to the handlers, because a correct solution shouldn't have this problem.