Make test name match the method name

This commit is contained in:
Sami Samhuri 2024-07-07 09:38:01 -07:00
parent d7ba32efd6
commit a73fe1173e
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ import AVFoundation
import Testing
final class ExportSessionTests {
@Test func test_encode_h264_720p_24fps() async throws {
@Test func test_export_h264_720p_24fps() async throws {
let sourceURL = Bundle(for: Self.self).url(forResource: "test", withExtension: "mov")!
let sourceAsset = AVURLAsset(url: sourceURL)
let timestamp = Int(Date.now.timeIntervalSince1970)