We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84191b commit 549d9fcCopy full SHA for 549d9fc
test/tools/test_tools_time.py
@@ -93,7 +93,7 @@ def test_get_channel_timezone(db: SopelDB):
93
assert time.get_channel_timezone(db, channel) is None
94
95
96
-def test_get_timezone_config_only((db: SopelDB, tmpconfig: Config):
+def test_get_timezone_config_only(db: SopelDB, tmpconfig: Config):
97
zone = 'Europe/Paris'
98
nick = 'IronMan'
99
channel = '#test'
0 commit comments