Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Sep 11, 2019
1 parent f7ba598 commit 8cba75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/tests_v1/test_support_external_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_external_choices_sheet_values_required(self):
"""

self.assertPyxformXform(
md=md, debug=True, xml__contains=[expected], run_odk_validate=True
md=md, debug=False, xml__contains=[expected], run_odk_validate=True
)

def test_list_name_not_in_external_choices_sheet_raises_error(self):
Expand Down

0 comments on commit 8cba75e

Please sign in to comment.