From a73fe1173ec1d57943fb19d5c80ebba08e3a7237 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 7 Jul 2024 09:38:01 -0700 Subject: [PATCH] Make test name match the method name --- SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift b/SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift index 1731d56..62316ab 100644 --- a/SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift +++ b/SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift @@ -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)