From bf80dfd43d7c3ad0137264b47694b3069a014d60 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Thu, 9 Jan 2020 15:08:59 +0100 Subject: [PATCH] Remove legacy tests --- tests/test_daq.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_daq.py b/tests/test_daq.py index 8ee4429..8d33901 100644 --- a/tests/test_daq.py +++ b/tests/test_daq.py @@ -122,7 +122,6 @@ class TestDAQTimeslices(unittest.TestCase): "daq_v1.0.0.root")).timeslices def test_data_lengths(self): - assert 3 == len(self.ts._timeslices["default"][0]) assert 3 == len(self.ts._timeslices["L1"][0]) assert 3 == len(self.ts._timeslices["SN"][0]) with self.assertRaises(KeyError): @@ -135,7 +134,6 @@ class TestDAQTimeslices(unittest.TestCase): def test_str(self): s = str(self.ts) - assert "default" in s assert "L1" in s assert "SN" in s -- GitLab