• Jimmy Gatt
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi everybody:

    I need your help to understand why I have this error when I'm checking my challenge.
I have created my class, after I have executed my unit test (by console and setup) and 
I always receive the same error. No Apex test class named 'TestVerifyDate'.
You can see the class exists, below system shows there was a successfull execution.
Could anyone tell me what I'm doing wrong, please?

Class name and codeResult
I'm working on the Data Security trail and attempting to check the challenge for "Controlling Access to Objects"

The challenge requires a profile to be created with the following traits:
    Name: Account Reviewer
    Salesforce license type
    Only read access to Account object. (And no access to any other object in the Org)

I've set the object access to readonly for Accounts, and removed all other objects.

When I check the challenge the error:
Challenge not yet complete ... here's what's wrong:
The 'Account Reviewer' profile does not work as expected.

Any suggestions on how to troubleshoot this?
I looks straightforward, is the challenge looking at anything other than data objects?

Thanks