aboutsummaryrefslogtreecommitdiff
path: root/tests/test_caching.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_caching.py')
-rw-r--r--tests/test_caching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_caching.py b/tests/test_caching.py
index d3baf32..881f9ba 100644
--- a/tests/test_caching.py
+++ b/tests/test_caching.py
@@ -200,7 +200,7 @@ class TestCaching(utils_tests.SetupDirectory):
trace_dir = os.path.dirname(trace_path)
trace_file = os.path.basename(trace_path)
cache_dir = '.' + trace_file + '.cache'
- number_of_trace_categories = 25
+ number_of_trace_categories = 29
self.assertEquals(len(os.listdir(cache_dir)), number_of_trace_categories)
os.remove(os.path.join(cache_dir, 'SchedWakeup.csv'))