Skip to content

Commit

Permalink
a test was inadvertently added to the base test, override it here (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Mar 2, 2024
1 parent e9a0717 commit 60b5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_ephemeral.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class TestEphemeralMultiSnowflake(BaseEphemeralMulti):
def test_ephemeral_multi_snowflake(self, project):
def test_ephemeral_multi(self, project):
run_dbt(["seed"])
results = run_dbt(["run"])
assert len(results) == 3
Expand Down

0 comments on commit 60b5fbd

Please sign in to comment.