summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index 7e8541a4..4e0ef397 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -762,4 +762,4 @@ class LineDataTest(CoverageTest):
data = cov.get_data()
fun1_lines = data.lines(abs_file("fun1.py"))
- self.assertEqual(fun1_lines, [1, 2, 5])
+ self.assertCountEqual(fun1_lines, [1, 2, 5])