Skip to content

Commit f9bb40c

Browse files
committed
fix: build warnings
1 parent 8902ea7 commit f9bb40c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/TinfoilAITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ final class TinfoilAITests: XCTestCase {
391391
XCTAssertFalse(hwMeasurement.rtmr0.isEmpty, "RTMR0 should exist if present")
392392
}
393393

394-
} catch let error as VerificationError {
394+
} catch is VerificationError {
395395
// Verification errors are acceptable (may occur due to network issues in CI)
396396
} catch {
397397
XCTFail("Unexpected error type: \(error)")

0 commit comments

Comments
 (0)