[Git][reproducible-builds/diffoscope][master] Fix a text regression introduced via fb311f39f.
Chris Lamb
gitlab at salsa.debian.org
Tue Feb 12 10:47:17 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
2d3705f8 by Chris Lamb at 2019-02-12T09:46:39Z
Fix a text regression introduced via fb311f39f.
Gbp-Dch: ignore
- - - - -
1 changed file:
- tests/comparators/test_binary.py
Changes:
=====================================
tests/comparators/test_binary.py
=====================================
@@ -128,7 +128,7 @@ def test_with_compare_details_and_fallback():
return []
difference = MockFile(TEST_FILE1_PATH).compare(MockFile(TEST_FILE2_PATH))
expected_diff = get_data('binary_expected_diff')
- assert 'but none were detected' in difference.comment
+ assert 'but no file-specific differences were detected' in difference.comment
assert normalize_zeros(difference.unified_diff) == expected_diff
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2d3705f8480763f9d18d99127eea283366c00d8b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2d3705f8480763f9d18d99127eea283366c00d8b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190212/21933614/attachment.html>
More information about the rb-commits
mailing list