17 lines
292 B
Swift
17 lines
292 B
Swift
//
|
|
// HealthEmergencyTests.swift
|
|
// HealthEmergencyTests
|
|
//
|
|
|
|
import XCTest
|
|
@testable import HealthEmergency
|
|
|
|
final class HealthEmergencyTests: XCTestCase {
|
|
|
|
override func setUpWithError() throws { }
|
|
|
|
override func tearDownWithError() throws { }
|
|
|
|
func testExample() throws { }
|
|
}
|