Skip to content

Commit

Permalink
improve test names
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Feb 7, 2024
1 parent e621445 commit f1bc15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/tests/adapter/unit_testing/test_case_insensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def models(self):
"unit_tests.yml": test_my_model_yml,
}

def test_dim_wizards(self, project):
def test_case_insensitivity(self, project):
results = run_dbt(["run"])
assert len(results) == 2

Expand Down
2 changes: 1 addition & 1 deletion dbt/tests/adapter/unit_testing/test_invalid_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def models(self):
"unit_tests.yml": test_my_model_yml,
}

def test_dim_wizards(self, project):
def test_invalid_input(self, project):
results = run_dbt(["run"])
assert len(results) == 2

Expand Down

0 comments on commit f1bc15d

Please sign in to comment.