Skip to content

Commit

Permalink
Fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Feb 11, 2024
1 parent 71f5f02 commit 12a59ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LLMonFHIR/FHIR Display/InspectResourceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ struct InspectResourceView: View {
.viewStateAlert(state: $interpreting)
.viewStateAlert(state: $loadingSummary)
.task {
interpret()
if !FeatureFlags.testMode {
interpret()

Check warning on line 36 in LLMonFHIR/FHIR Display/InspectResourceView.swift

View check run for this annotation

Codecov / codecov/patch

LLMonFHIR/FHIR Display/InspectResourceView.swift#L36

Added line #L36 was not covered by tests
}
}
}

Expand Down

0 comments on commit 12a59ea

Please sign in to comment.