summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index b3882726..52702e97 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -66,7 +66,7 @@ ARCS_4 = {
(1000, -1): None,
},
}
-SUMMARY_3_4 = {'x.py': 5, 'y.py': 2, 'z.py': 1}
+SUMMARY_3_4 = {'x.py': 4, 'y.py': 2, 'z.py': 1}
MEASURED_FILES_3_4 = ['x.py', 'y.py', 'z.py']