Skip to content
Snippets Groups Projects
Commit 194410fe authored by Lan Dam's avatar Lan Dam
Browse files

modify unittest to match changes in DB

parent a1b1d33c
No related branches found
No related tags found
1 merge request!113Replot for TPS to apply colorange inside TPS only
Pipeline #2513 passed with stage
in 2 minutes and 52 seconds
......@@ -165,7 +165,7 @@ class TestExtractData(unittest.TestCase):
names, all_counts, all_display_strings = get_color_ranges()
num_color_def = 7
expected_names = ['antarctica', 'low', 'med', 'high']
expected_names = ['Antarctica', 'Low', 'Medium', 'High']
self.assertEqual(names, expected_names)
# Check that each name correspond to a list of counts and list of
......
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