// // optc_trackerTests.swift // optc-trackerTests // // Created by feie9454 on 2025/8/21. // import Testing @testable import optc_tracker struct optc_trackerTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }