function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dilip_VDilip_V 

Advance apex specialist step 5

I modified OrderTests  and Product2Tests to cover OrderTrigger,OrderTrigger. Coverage is good but Whin I clicked on check challenge I am getting this error '
Ensure that you assert the values in the verifyQuantityRemaining method.' not sure why there is no such anywhere in the components.
Best Answer chosen by Dilip_V
Dilip_VDilip_V
I missed an assert statement in the 'VerifyQuantityOrdered' method. 
System.assertEquals(updatedProduct.Quantity_Ordered__c, sumQuantity);