17 lines
305 B
Swift
17 lines
305 B
Swift
//
|
|
// EstimatedPressuresTests.swift
|
|
// EstimatedPressuresTests
|
|
//
|
|
// Created by michael on 6/18/24.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct EstimatedPressuresTests {
|
|
|
|
@Test func testExample() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|