Skip to content

Commit 549d9fc

Browse files
authored
fix previous fix commit
1 parent f84191b commit 549d9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/test_tools_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_get_channel_timezone(db: SopelDB):
9393
assert time.get_channel_timezone(db, channel) is None
9494

9595

96-
def test_get_timezone_config_only((db: SopelDB, tmpconfig: Config):
96+
def test_get_timezone_config_only(db: SopelDB, tmpconfig: Config):
9797
zone = 'Europe/Paris'
9898
nick = 'IronMan'
9999
channel = '#test'

0 commit comments

Comments
 (0)