summaryrefslogtreecommitdiff
path: root/test_zdump.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_zdump.py')
-rw-r--r--test_zdump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_zdump.py b/test_zdump.py
index 2be3c78..6e6299c 100644
--- a/test_zdump.py
+++ b/test_zdump.py
@@ -98,7 +98,7 @@ def test_suite():
def test_local_to_utc(
self, zone=zone, utc_dt=utc_dt, loc_dt=loc_dt, tzname=tzname,
is_dst=is_dst):
- self.utc_to_local_check(zone, utc_dt, loc_dt, tzname, is_dst)
+ self.local_to_utc_check(zone, utc_dt, loc_dt, tzname, is_dst)
test_local_to_utc.__name__ = test_name
#test_local_to_utc.__doc__ = line
setattr(test_class, test_name, test_local_to_utc)