Files
run/CoopRunningTests/CoopRunningTests.swift

10 lines
205 B
Swift

import XCTest
@testable import CoopRunning
final class CoopRunningTests: XCTestCase {
func testLibraryLoads() {
let library = LocalTrack.loadLibrary()
XCTAssertNotNil(library)
}
}