Fix call to report_collection_diff in test

"from" and "to" of the diff algorithm expect strings only
This commit is contained in:
Bruno Oliveira
2015-12-03 18:29:15 -02:00
parent d6dfee1cf2
commit 7609e9376a

View File

@@ -277,7 +277,7 @@ def test_report_collection_diff_different():
' ccc\n' ' ccc\n'
'-YYY') '-YYY')
msg = report_collection_diff(from_collection, to_collection, 1, 2) msg = report_collection_diff(from_collection, to_collection, '1', '2')
assert msg == error_message assert msg == error_message