From 4fb4d3268101a9d544694122137128940ffae3c4 Mon Sep 17 00:00:00 2001 From: merydian Date: Fri, 23 Aug 2024 11:15:07 +0200 Subject: [PATCH] fix: switch to assertDictEqual for dict comparison --- tests/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_common.py b/tests/test_common.py index 4ae1d8d0..a6bee8cb 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -279,7 +279,7 @@ def test_build_default_parameters(self): "options": {}, } - self.assertAlmostEqual(params, test_params) + self.assertDictEqual(params, test_params) def test_isochrones(self): response = {