From bb4d5eedbf4e4f06a7175ffab442e10d73cb12a0 Mon Sep 17 00:00:00 2001 From: Isaac Sanders <651597+isaacsanders@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:47:45 -0600 Subject: [PATCH] chore: Formats test file --- backend/download/tests/test_src/test_pending_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/download/tests/test_src/test_pending_list.py b/backend/download/tests/test_src/test_pending_list.py index 29b0e4d3..244fa4f4 100644 --- a/backend/download/tests/test_src/test_pending_list.py +++ b/backend/download/tests/test_src/test_pending_list.py @@ -6,7 +6,7 @@ from download.src.queue import PendingList def test_returns_scientific_timestamp_if_present(): - video_data = {"timestamp": 1.5135732E9} + video_data = {"timestamp": 1.5135732e9} result = PendingList._extract_published(video_data) assert result == 1513573200