Skip to content

Commit bf3bb35

Browse files
committed
tests: minor fix
1 parent 1e47aea commit bf3bb35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,7 @@ def check_ptrack_sanity(self, idx_dict):
475475
)
476476

477477
self.assertTrue(
478-
success, 'Ptrack does not correspond to state'
479-
' of its own pages.\n Gory Details: \n{0}'.format(
480-
idx_dict['type'], idx_dict
481-
)
478+
success, 'Ptrack has failed to register changes in data files'
482479
)
483480

484481
def check_ptrack_recovery(self, idx_dict):

0 commit comments

Comments
 (0)