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

Fix unit tests

parent 51bb9ad2
No related branches found
No related tags found
1 merge request!303fix bug when/after adding row to current database
Pipeline #3924 passed with stage
in 6 minutes and 38 seconds
......@@ -108,7 +108,7 @@ class TestGetChanPlotInfo(BaseTestCase):
'dbLabel': '',
'label': 'DEFAULT-Bad Channel ID',
'fixPoint': 0,
'valueColors': ''}
'valueColors': 'Line:#00FF00'}
self.assertDictEqual(get_chan_plot_info('Bad Channel ID', 'Unknown'),
expected_result)
......@@ -145,7 +145,7 @@ class TestGetChanPlotInfo(BaseTestCase):
'dbLabel': '',
'label': 'DEFAULT-SOH/Data Def',
'fixPoint': 0,
'valueColors': ''}
'valueColors': 'Line:#00FF00'}
# Data type has None value. None value comes from
# controller.processing.detect_data_type.
......
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