Skip to content

Commit

Permalink
cambio para que funcione con python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Wolfsdorf committed Sep 13, 2019
1 parent 5854a0e commit 963b8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ckan_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,5 @@ def _assert_dates_equal(self, expected_dates, dates):
self.assertEqual(
expected_dates[i],
dates[i],
msg="dst_tz: %s" % list(self.dates.values())[i]
msg="dst_tz: %s" % self.dates[list(self.dates)[i]]
)

0 comments on commit 963b8e7

Please sign in to comment.