mirror of
https://github.com/python/cpython.git
synced 2025-09-05 00:11:10 +00:00
Issue 24773: Use the standard Asia/Tehran name in the Iran test.
This commit is contained in:
parent
a787e5f31d
commit
07e2a0aba9
1 changed files with 1 additions and 1 deletions
|
@ -4794,7 +4794,7 @@ class ZoneInfoCompleteTest(unittest.TestSuite):
|
|||
|
||||
# Iran had a sub-minute UTC offset before 1946.
|
||||
class IranTest(ZoneInfoTest):
|
||||
zonename = 'Iran'
|
||||
zonename = 'Asia/Tehran'
|
||||
|
||||
def load_tests(loader, standard_tests, pattern):
|
||||
standard_tests.addTest(ZoneInfoCompleteTest())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue