Merge pull request #17676 from LabNConsulting/fix-ut-error-label

test: fix label ordering on error diff report
This commit is contained in:
Jafar Al-Gharaibeh 2024-12-20 13:56:23 -06:00 committed by GitHub
commit d34cfcb878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,8 +163,8 @@ class TestRefMismatch(Exception):
difflib.unified_diff(
self.reftext.splitlines(),
self.outtext.splitlines(),
"outtext",
"reftext",
"outtext",
lineterm="",
)
)