Commit 6dc5616
committed
FIX: test equality of sorted list of hash values
The `helpers.hash_value` function does not guarantee order when giving the hashes of files in a directory, so this commit takes that into account by sorting the output of the `hash_value` calls before comparing.1 parent c9c967e commit 6dc5616
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
0 commit comments