We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fad68 commit 38ecf69Copy full SHA for 38ecf69
src/borg/testsuite/chunker_slow.py
@@ -25,10 +25,10 @@ def twist(size):
25
26
# The hashes below match the existing chunker behavior. Future chunker optimisations
27
# must not change this, or existing repos will bloat.
28
- tests = ( (null_permutation,
29
- unhexlify("b559b0ac8df8daaa221201d018815114241ea5c6609d98913cd2246a702af4e3")),
30
- (reverse_permutation,
31
- unhexlify("6e56c9a94c29b4564c158131914ab21b34e6897002b38e71b0843be68158c00f")))
+ tests = ((null_permutation,
+ unhexlify("b559b0ac8df8daaa221201d018815114241ea5c6609d98913cd2246a702af4e3")),
+ (reverse_permutation,
+ unhexlify("6e56c9a94c29b4564c158131914ab21b34e6897002b38e71b0843be68158c00f")))
32
33
for permutation, expected_result in tests:
34
runs = []
0 commit comments