Skip to content

Commit

Permalink
fix failed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Nov 8, 2017
1 parent 3181fe9 commit ac06f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webapi/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_config_management(self):
self.assertIsInstance(sentinel_configs['chd'], dict)
self.assertEqual(len(sentinel_configs['chd']), 13)
self.assertEqual(sentinel_configs['chd']['mean_sat_alt_chd']['value'], 815000.0)
self.assertEqual(sentinel_configs['chd']['brf_sar_chd']['value'], 78.53069)
self.assertEqual(sentinel_configs['chd']['brf_sar_chd']['value'], 78.52)
self.assertIn('cnf', sentinel_configs)
self.assertIsInstance(sentinel_configs['cnf'], dict)
self.assertEqual(len(sentinel_configs['cnf']), 25)
Expand Down

0 comments on commit ac06f89

Please sign in to comment.