Skip to content

Commit

Permalink
test: fix label ordering on error diff report
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Dec 19, 2024
1 parent 4a0e8ed commit 5d7737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/python/frrtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def __str__(self):
difflib.unified_diff(
self.reftext.splitlines(),
self.outtext.splitlines(),
"outtext",
"reftext",
"outtext",
lineterm="",
)
)
Expand Down

0 comments on commit 5d7737b

Please sign in to comment.