Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
polinaeterna committed Jan 13, 2025
1 parent 033e29e commit 349b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libcommon/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_get_duration() -> None:
@pytest.mark.parametrize(
"datetime_string,expected_format",
[
("2024-01-01 00:00:00CET", "%Y-%m-%d %H:%M:%S%Z"),
("2024-01-01 00:00:00 CET", "%Y-%m-%d %H:%M:%S %Z"),
],
)
def test_identify_datetime_format(datetime_string: str, expected_format: str) -> None:
Expand Down

0 comments on commit 349b651

Please sign in to comment.