mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-04-06 10:25:48 +00:00
Make test name match the method name
This commit is contained in:
parent
d7ba32efd6
commit
a73fe1173e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue