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 ce62297 commit 3b02ff1Copy full SHA for 3b02ff1
tests/library/test_cli.py
@@ -750,7 +750,7 @@ def test_save_results_to_disk_summary_only(
750
"""Test saving only the summary results file (log_samples=False)."""
751
# --- Arrange ---
752
# (Arrange section remains the same as previous version)
753
- mock_timestamp = "2025-04-14T10:00:00"
+ mock_timestamp = "2025-04-14T08:00:00"
754
mock_now = MagicMock()
755
mock_now.strftime.return_value = mock_timestamp
756
mock_datetime.now.return_value = mock_now
0 commit comments