Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Nov 13, 2023
1 parent 475e1eb commit 7e49d3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/functional/unit_testing/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
my_model_b_sql,
test_my_model_simple_fixture_yml,
test_my_model_fixture_csv,
test_my_model_b_fixture_csv,
)


class UnitTestState:
@pytest.fixture(scope="class")
def models(self):
Expand Down Expand Up @@ -71,7 +70,9 @@ def test_state_modified(self, project):
assert len(results) == 1

# change underlying model logic
write_config_file(test_my_model_simple_fixture_yml, project.project_root, "models", "test_my_model.yml")
write_config_file(
test_my_model_simple_fixture_yml, project.project_root, "models", "test_my_model.yml"
)
write_file(
my_model_vars_sql.replace("a+b as c,", "a + b as c,"),
project.project_root,
Expand Down

0 comments on commit 7e49d3b

Please sign in to comment.