Skip to content
Snippets Groups Projects
Commit eb1ba97e authored by Kien Le's avatar Kien Le
Browse files

Fixes test

parent d0d46be7
No related branches found
No related tags found
1 merge request!223Remove mass-position event lines
Pipeline #3366 passed with stage
in 6 minutes and 56 seconds
......@@ -183,7 +183,7 @@ class TestReftek(BaseTestCase):
expected_soh = [
'SOH/Data Def', 'Battery Volt', 'DAS Temp', 'Backup Volt',
'Disk Usage1', 'Disk Usage2', 'Dump Called/Comp', 'GPS On/Off/Err',
'GPS Lk/Unlk', 'Clk Phase Err', 'Event DS1', 'Event DS9']
'GPS Lk/Unlk', 'Clk Phase Err', 'Event DS1']
expected_waveform = ['DS1-1', 'DS1-2', 'DS1-3']
obj = RT130(**args)
self.assertEqual(obj.found_data_streams, [9, 1, 1, 2, 2])
......
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