Skip to content
Snippets Groups Projects
Commit 3490f564 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Wrong high rate veto status value in the test

parent 02e55720
No related branches found
No related tags found
1 merge request!7Summaryslice status
Pipeline #7960 passed with warnings
......@@ -245,7 +245,7 @@ class TestSummaryslices(unittest.TestCase):
}
for dom_id, high_rate_veto in dct_high_rate_veto.items():
frame = s[s.dom_id == dom_id]
assert any(get_channel_flags(s.hrv[0])[0]) == high_rate_veto
assert any(get_channel_flags(frame.hrv[0])[0]) == high_rate_veto
def test_max_sequence_number(self):
s = self.ss.slices[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment