Skip to content

Commit

Permalink
restore test used for experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed May 4, 2019
1 parent eb315b0 commit e8ee98d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyxform/tests_v1/test_language_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ def test_no_default_language_should_warn_with_unlabeled_media_tags(self):

def test_default_language_only_should_not_warn(self):
survey = self.md_to_pyxform_survey("""
| survey | | | | |
| | type | name | label | choice_filter |
| | select_one opts | opt | My opt | fake = 1 |
| choices| | | | |
| | list_name | name | label | fake |
| | opts | opt1 | Opt1 | 1 |
| | opts | opt2 | Opt2 | 1 |
| survey | | | | |
| | type | name | label | choice_filter |
| | select_one opts | opt | My opt | fake = 1 |
| choices| | | | |
| | list_name | name | label | fake |
| | opts | opt1 | Opt1 | 1 |
| | opts | opt2 | Opt2 | 1 |
""")

warnings = []
Expand Down

0 comments on commit e8ee98d

Please sign in to comment.