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 03e0298 commit abf7681Copy full SHA for abf7681
python/testing/__init__.py
@@ -173,7 +173,7 @@ def sort_by_pk_or_fid(f):
173
self,
174
attr_expected,
175
attr_result,
176
- 'Features {}/{} differ in attributes\n\n * Field1: {} ({})\n * Field2: {} ({})\n\n * {} != {}'.format(
+ 'Features {}/{} differ in attributes\n\n * Field expected: {} ({})\n * result : {} ({})\n\n * Expected: {} != Result : {}'.format(
177
feats[0].id(),
178
feats[1].id(),
179
field_expected.name(),
0 commit comments