Skip to content

Commit

Permalink
Add test for formview_muac_follow_up
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 c77e687 commit 7acf844
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions models/brac/views/views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,17 @@ models:
- name: xmlforms_uuid
tests:
- not_null
- name: formview_muac_follow_up
columns:
- name: uuid
tests:
- not_null
- unique
- relationships:
to: ref('couchdb')
field: doc ->> '_id'
- name: form
tests:
- not_null
- accepted_values:
values: [muac_follow_up]

0 comments on commit 7acf844

Please sign in to comment.