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 bd703a0 commit a401164Copy full SHA for a401164
tests/helpers/ptrack_helpers.py
@@ -454,9 +454,9 @@ def check_ptrack_sanity(self, idx_dict):
454
continue
455
if PageNum not in idx_dict['new_pages']:
456
# Page is not present now, meaning that relation got smaller
457
- # Ptrack should be equal to 0,
+ # Ptrack should be equal to 1,
458
# We are not freaking out about false positive stuff
459
- if idx_dict['ptrack'][PageNum] != 0:
+ if idx_dict['ptrack'][PageNum] != 1:
460
if self.verbose:
461
print(
462
'File: {0}\n Page Number {1} of type {2} was deleted,'
0 commit comments