fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-26 15:02:24 +00:00
parent f6d8910c45
commit ef8bf0a0d8

View File

@ -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`);