chore: Formats test file
This commit is contained in:
parent
2ab497a16a
commit
bb4d5eedbf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue