Skip to content

Commit

Permalink
Delete failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 20, 2023
1 parent d68de81 commit 6af0f70
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions models/brac/views/views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,30 +137,3 @@ models:
- relationships:
to: ref('couchdb')
field: doc ->> '_id'
- name: ancview_pregnancy_visit
columns:
- name: uuid
tests:
- not_null
- unique
- relationships:
to: ref('useview_pregnancy_visit')
field: uuid
- name: ancview_delivery
columns:
- name: uuid
tests:
- not_null
- name: pregnancy_outcome
tests:
- not_null
- accepted_values:
values: ['healthy', 'still_birth']
- name: ancview_danger_sign
columns:
- name: uuid
tests:
- not_null
- name: form
tests:
- not_null

0 comments on commit 6af0f70

Please sign in to comment.