Skip to content

Commit

Permalink
(chore: ios) fixed the ios test to not show compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ElusAegis committed Oct 16, 2024
1 parent dad8004 commit b31ad4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ios/verify_validations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,4 @@ do {
let srsValidationResult = try? srsValidation(srs:srs)
assert(srsValidationResult != nil, "SRS validation should pass for srs")

} catch {
fatalError("Test failed with error: \(error)")
}

0 comments on commit b31ad4f

Please sign in to comment.