Clippy: Fix unreadable_literal

This commit is contained in:
Serial 2023-07-18 01:18:25 -04:00 committed by Alex
parent 4a60c1c4e2
commit a7af2f777c

View file

@ -260,11 +260,11 @@ mod tests {
},
Event {
event_type: EventType::MainPartEnd,
timestamp: 900000,
timestamp: 900_000,
},
Event {
event_type: EventType::AudioFileEnds,
timestamp: 750000000,
timestamp: 750_000_000,
},
],
}