Skip to content

Commit

Permalink
update changelog and test names to reflect renamed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Sep 29, 2023
1 parent 979aa76 commit 6b9b883
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/Features-20230921-153707.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Features
body: Support persisting test results as views
body: Support storing test failures as views
time: 2023-09-21T15:37:07.970722-04:00
custom:
Author: mikealfare
Expand Down
5 changes: 0 additions & 5 deletions tests/functional/adapter/test_persist_test_results.py

This file was deleted.

5 changes: 5 additions & 0 deletions tests/functional/adapter/test_store_test_failures.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
from dbt.tests.adapter.store_test_failures_tests.basic import StoreTestFailures
from dbt.tests.adapter.store_test_failures_tests.test_store_test_failures import (
TestStoreTestFailures,
)


class RedshiftTestStoreTestFailures(TestStoreTestFailures):
pass


class TestStoreTestFailures(StoreTestFailures):
pass

0 comments on commit 6b9b883

Please sign in to comment.