mirror of
https://github.com/audacity/mod-openvino-macos.git
synced 2025-12-10 21:08:49 -06:00
11 lines
230 B
Swift
11 lines
230 B
Swift
import Testing
|
|
@testable import ResourceDownloader
|
|
|
|
struct ResourceDownloaderTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|