Skip to content

Commit

Permalink
cleanup parser test data
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Oct 31, 2024
1 parent 5b76d5e commit bd5d6e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_study_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
(
"{'study_prefix': 'study_valid', 'sql_config': {'file_names': "
"['test.sql', 'test2.sql']}, 'export_config': {"
"'export_list': ['study_valid__table'], "
"'count_list': ['study_valid__table2'], "
"'flat_list': ['study_valid__table2'], "
"'meta_list': ['study_valid__table2']}"
"}"
"'count_list': ['study_valid__table', 'study_valid__table2']}}"
),
does_not_raise(),
),
Expand Down

0 comments on commit bd5d6e5

Please sign in to comment.