SalesforceCommerceCloud / b2c-crm-sync

... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
https://salesforcecommercecloud.github.io/b2c-crm-sync/
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

[BUG] B2CProcessContact_ServiceEntry_Test.ResolveContactCustomerIDSuccess - Apex Test Fail #225

Open RayMithos opened 1 year ago

RayMithos commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'execute command sfdx force:apex:test:run -r json'
  2. See error

    {         "Id": "07M1q00000EnPSDEA3",         "QueueItemId": "7091q000001XaLfAAK",         "StackTrace": "Class.B2CProcessContact_ServiceEntry_Test.testResolveContactCustomerIDSuccess: line 238, column 1",         "Message": "System.AssertException: Assertion Failed: Expected a parentAccount to be resolved",         "AsyncApexJobId": "7071q00002H84eeAAB",         "MethodName": "testResolveContactCustomerIDSuccess",         "Outcome": "Fail",         "ApexClass": {           "Id": "01p1q000000gei6AAA",           "Name": "B2CProcessContact_ServiceEntry_Test", MicrosoftTeams-image (1)

          "NamespacePrefix": null         },         "RunTime": 716,         "FullName": "B2CProcessContact_ServiceEntry_Test.testResolveContactCustomerIDSuccess"       }

Expected behavior All test succeeded

Screenshots

Your local environment details:

Your remote environment details:

Additional context Add any other context about the problem here. apex-07L1q00000M1WzcEAF.log

screen
afortuna97 commented 9 months ago

I have the same issue