Skip to content

Commit 9df38df

Browse files
committed
Cleanup
1 parent 13409d7 commit 9df38df

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Tests/TimecodeKit-Dev-Tests/Timecode Elapsed Frames ExtendedTests.swift

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@ import XCTest
108108
//
109109
// }
110110

111-
final class DevTests: XCTestCase {
112-
func testDummy() throws {
113-
let tc = try TCC(d: 1)
114-
.toTimecode(at: ._30_drop, limit: ._100days)
115-
print(tc.realTimeValue)
116-
}
117-
118-
func testDummy2() throws {
119-
let tc = try Timecode(.frames(2_589_408),
120-
at: ._30_drop,
121-
limit: ._100days)
122-
print(tc)
123-
print(tc.realTimeValue)
124-
}
125-
}
111+
// final class DevTests: XCTestCase {
112+
// func testDummy() throws {
113+
// let tc = try TCC(d: 1)
114+
// .toTimecode(at: ._30_drop, limit: ._100days)
115+
// print(tc.realTimeValue)
116+
// }
117+
//
118+
// func testDummy2() throws {
119+
// let tc = try Timecode(.frames(2_589_408),
120+
// at: ._30_drop,
121+
// limit: ._100days)
122+
// print(tc)
123+
// print(tc.realTimeValue)
124+
// }
125+
// }
126126
#endif

0 commit comments

Comments
 (0)