fix add test for common diff utils

This commit is contained in:
2020-11-02 00:19:23 +06:00
parent f0127b018e
commit 864d576e70
2 changed files with 4 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ inline fun <T> StrictDiff(old: Iterable<T>, new: Iterable<T>) = old.calculateDif
*/
inline fun <T> Iterable<T>.calculateStrictDiff(
other: Iterable<T>
) = calculateDiff(other, true)
) = calculateDiff(other, strictComparison = true)
/**
* Compare one-to-one