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(comparisonResult.divergingProperties);
for (const divProperty of comparisonResult.divergingProperties) {
if (divProperty !== 'maydiverge') {
if (expectedResponseArg[divProperty] !== 'maydiverge') {
throwErrorBool = true;
} else {
console.log(`${divProperty} may diverge, not throwing for this one`);