Skip to content

Commit

Permalink
fix unit test again
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Jul 27, 2024
1 parent bf559b1 commit 3185898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sublog/test_context_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_context_logger():
_test_context_logger_tz(timezone)


def _test_context_logger_tz(timezone: str)
def _test_context_logger_tz(timezone: str):
os.environ['TZ'] = timezone
tzset()
tz_utc = time.timezone == 0 # in case timezone change didn't take effect
Expand Down

0 comments on commit 3185898

Please sign in to comment.