Ad
  • Custom User Avatar

    Hey
    Thanks, It works now and I am able to submit.

    Thanks again....

  • 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.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution