Add tests for flat fact comparison

This commit is contained in:
Joe Fiorini
2015-06-11 12:22:58 -04:00
parent 9f6d93760e
commit aed496a069
2 changed files with 129 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export default
value1: slottedValues.left,
value1IsAbsent: slottedValues.left === 'absent',
value2: slottedValues.right,
value2IsAbsent: slotFactValues.right === 'absent'
value2IsAbsent: slottedValues.right === 'absent'
};
});
}
@@ -113,7 +113,7 @@ export default
if (slottedValues.left !== slottedValues.right) {
return {
keyName: key,
keyName: basisFact[nameKey],
value1: slottedValues.left,
value2: slottedValues.right
};