Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 7, 2021
1 parent e4e67bd commit f15c081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_survey_manager/tests/test_scenario_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def create_entity_csv_files():


def test_survey_scenario_csv_import():
create_entity_csv_files()
survey_scenario = AbstractSurveyScenario()
survey_scenario.set_tax_benefit_systems(tax_benefit_system = tax_benefit_system)
survey_scenario.year = 2017
Expand Down Expand Up @@ -69,5 +70,4 @@ def test_survey_scenario_csv_import():
import sys
log = logging.getLogger(__name__)
logging.basicConfig(level = logging.DEBUG, stream = sys.stdout)
create_entity_csv_files()
test_survey_scenario_csv_import()

0 comments on commit f15c081

Please sign in to comment.