summaryrefslogtreecommitdiff
path: root/gen_tzinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen_tzinfo.py')
-rw-r--r--gen_tzinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_tzinfo.py b/gen_tzinfo.py
index 5c0066c..02b9d56 100644
--- a/gen_tzinfo.py
+++ b/gen_tzinfo.py
@@ -62,7 +62,7 @@ def links():
l[old_name] = new_name
else:
assert not line.startswith('Link'), line
- assert 'US/Pacific-New' in l, 'US/Pacific-New should be in links()'
+ assert 'Portugal' in l, 'Portugal should be in links()'
return l