Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Apr 25, 2024
1 parent c005304 commit 0d067fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ final class BasicMarkersOutOfClipBoundsTests: XCTestCase {
clipName: "Marker Test",
// clipFilename: "Marker Test.m4v",
clipInTime: tc("00:00:00:00", at: fr),
clipOutTime: tc("00:00:20:20", at: fr),
clipOutTime: tc("00:00:20:20", at: fr),
clipKeywords: [],
eventName: "Test Event",
projectName: "Out of Bounds Markers",
projectStartTime: tc("00:00:00:00", at: fr),
Expand All @@ -43,6 +44,7 @@ final class BasicMarkersOutOfClipBoundsTests: XCTestCase {
// clipFilename: "Marker Test.m4v",
clipInTime: tc("00:00:20:20", at: fr),
clipOutTime: tc("00:00:41:15", at: fr),
clipKeywords: [],
eventName: "Test Event",
projectName: "Out of Bounds Markers",
projectStartTime: tc("00:00:00:00", at: fr),
Expand Down
1 change: 1 addition & 0 deletions Tests/MarkersExtractorTests/BasicMarkersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ final class BasicMarkersTests: XCTestCase {
clipName: "Basic Title",
clipInTime: tc("00:00:00:00", at: fr),
clipOutTime: tc("00:01:03:29", at: fr),
clipKeywords: [],
eventName: "Test Event",
projectName: "Test Project",
projectStartTime: tc("00:00:00:00", at: fr),
Expand Down
2 changes: 2 additions & 0 deletions Tests/MarkersExtractorTests/MarkersExtractorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ final class MarkersExtractorTests: XCTestCase {
clipName: "Some Clip",
clipInTime: tc("00:00:00:00", at: .fps24),
clipOutTime: tc("01:00:00:00", at: .fps24),
clipKeywords: [],
eventName: "Some Event",
projectName: "MyProject",
projectStartTime: tc("01:00:00:00", at: .fps24),
Expand Down Expand Up @@ -86,6 +87,7 @@ final class MarkersExtractorTests: XCTestCase {
clipName: "Some Clip",
clipInTime: tc("00:00:00:00", at: .fps24),
clipOutTime: tc("01:00:00:00", at: .fps24),
clipKeywords: [],
eventName: "Some Event",
projectName: "MyProject",
projectStartTime: tc("01:00:00:00", at: .fps24),
Expand Down

0 comments on commit 0d067fb

Please sign in to comment.