summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2020-11-02 03:46:53 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2020-11-02 03:46:53 +0000
commitc36aa69f3367879b3f14d75298a6ee71d5bffe01 (patch)
tree24b4b1eab9fbf69640d26c2572dc31a9cb7a0bc3
parentfb431f27012105166a1b41b2e4a1c159e0617385 (diff)
downloadpytz-git-c36aa69f3367879b3f14d75298a6ee71d5bffe01.tar.gz
Update assert to cope with database updates
-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