-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change introduces the idea of comparators, or special handlers for comparing JSON fields on exported models that cannot be tested for simple stringh equivalency. The first of these comparators, the `DateUpdatedComparator`, is added to ensure that comparisons on models that have an audit timetamp incremented every time they are mutated are still able to succeed.
- Loading branch information
1 parent
c1b9df4
commit 4500d9b
Showing
2 changed files
with
185 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters