From 6217af70939d939b6abfc4abfe32a03bc47da967 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 8 Oct 2021 07:38:38 -0400 Subject: test: canonicalize this bit of debug output --- tests/test_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_files.py b/tests/test_files.py index 39a51d8c..d6005d36 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -172,7 +172,7 @@ class MatcherTest(CoverageTest): files.canonical_filename("SUB5/file6.py"), ] tm = TreeMatcher(trees, "test") - assert tm.info() == trees + assert tm.info() == sorted(trees) for filepath, matches in matches_to_try: self.assertMatches(tm, filepath, matches) -- cgit v1.2.1