diff --git a/src/py/crankshaft/test/test_pysal_utils.py b/src/py/crankshaft/test/test_pysal_utils.py index 393adf6..82c38f1 100644 --- a/src/py/crankshaft/test/test_pysal_utils.py +++ b/src/py/crankshaft/test/test_pysal_utils.py @@ -10,11 +10,11 @@ class PysalUtilsTest(unittest.TestCase): def setUp(self): self.params = OrderedDict([("id_col", "cartodb_id"), - ("attr1": "andy"), - ("attr2": "jay_z"), - ("subquery": "SELECT * FROM a_list"), - ("geom_col": "the_geom"), - ("num_ngbrs": 321)]) + ("attr1", "andy"), + ("attr2", "jay_z"), + ("subquery", "SELECT * FROM a_list"), + ("geom_col", "the_geom"), + ("num_ngbrs", 321)]) self.params_array = {"id_col": "cartodb_id", "time_cols": ["_2013_dec", "_2014_jan", "_2014_feb"],