aboutsummaryrefslogtreecommitdiff
path: root/tests/test_thermal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_thermal.py')
-rw-r--r--tests/test_thermal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_thermal.py b/tests/test_thermal.py
index 3955614..a22f59a 100644
--- a/tests/test_thermal.py
+++ b/tests/test_thermal.py
@@ -16,8 +16,7 @@ sys.path.append(os.path.join(utils_tests.TESTS_DIRECTORY, "..", "cr2"))
class BaseTestThermal(utils_tests.SetupDirectory):
def __init__(self, *args, **kwargs):
super(BaseTestThermal, self).__init__(
- [("trace.txt", "trace.txt"),
- ("trace_empty.txt", "trace_empty.txt")],
+ [("trace.txt", "trace.txt")],
*args,
**kwargs)