chore: Formats test file

This commit is contained in:
Isaac Sanders 2026-01-19 12:47:45 -06:00
parent 2ab497a16a
commit bb4d5eedbf
1 changed files with 1 additions and 1 deletions

View File

@ -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