Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 17, 2024
1 parent ca0d375 commit ec76e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_svinsight.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_multiple_county_project(project, boundary, year, overwrite=False):
config='config'

@pytest.mark.parametrize("boundary, year", [(b, y) for b in boundaries for y in years])
def test_multiple_states_project(project, boundary, year, overwrite=True):
def test_multiple_states_project(project, boundary, year, overwrite=False):
"""test creating and running a multiple states project for different years and boundaries"""
run_svi_workflow(project, boundary, year, overwrite=overwrite)
##############################################################################################

0 comments on commit ec76e9e

Please sign in to comment.