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(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`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user