Skip to content
Snippets Groups Projects
Commit 917007a7 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Extra check on result list

parent ac6c2e52
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@ class TestReferenceModel(unittest.TestCase):
result_list = instance.get_result()
self.assertIsNotNone(result_list)
last_result = result_list[len(result_list)-1]
self.assertIsNotNone(result_list[0].valid_time_start)
self.assertEqual(555.8507083333333, last_result.all_values["TMDD"])
def test_get_model_id(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment