Skip to content

Commit

Permalink
Make LINKS deterministic for Sable (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Dec 30, 2024
1 parent 54a1ab9 commit 06e08b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irctest/server_tests/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def testLinksWithServices(self):
# This server redacts links
return

messages.sort(key=lambda m: m.params[-1])
messages.sort(key=lambda m: tuple(m.params))

self.assertMessageMatch(
messages.pop(0),
Expand Down

0 comments on commit 06e08b5

Please sign in to comment.