force-app/main/default/classes/NewAndEditQuotesControllerTest.cls
@@ -6,7 +6,8 @@ } static testMethod void NewAndEditQuotesController() { Test.setMock(HttpCalloutMock.class, new TestDataUtility.CreateMetaDataUtilityHttpMock()); Quotes__c uf = TestDataUtility.CreateQuotes(1)[0]; //Quotes__c uf = TestDataUtility.CreateQuotes(1)[0]; Quotes__c uf = new Quotes__c(); Test.startTest(); ApexPages.StandardController con = new ApexPages.StandardController(uf);