fix(core): update
This commit is contained in:
parent
f6d8910c45
commit
ef8bf0a0d8
@ -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`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user