fix(core): update
This commit is contained in:
		@@ -39,7 +39,7 @@ export const testFire = <
 | 
				
			|||||||
      console.log(`The following properties diverged:`);
 | 
					      console.log(`The following properties diverged:`);
 | 
				
			||||||
      console.log(comparisonResult.divergingProperties);
 | 
					      console.log(comparisonResult.divergingProperties);
 | 
				
			||||||
      for (const divProperty of comparisonResult.divergingProperties) {
 | 
					      for (const divProperty of comparisonResult.divergingProperties) {
 | 
				
			||||||
        if (divProperty !== 'maydiverge') {
 | 
					        if (expectedResponseArg[divProperty] !== 'maydiverge') {
 | 
				
			||||||
          throwErrorBool = true;
 | 
					          throwErrorBool = true;
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          console.log(`${divProperty} may diverge, not throwing for this one`);
 | 
					          console.log(`${divProperty} may diverge, not throwing for this one`);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user