// // SecureStorageSample_Watch_AppTests.swift // SecureStorageSample Watch AppTests // // Created by Matt Bruce on 1/14/26. // import Testing @testable import SecureStorageSample_Watch_App struct SecureStorageSample_Watch_AppTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }