Skip to content

Commit f492c91

Browse files
Fix test suite simple_snapshot/test_various_configs import path (#1183)
Co-authored-by: Colin Rogers <[email protected]>
1 parent 5e9d19d commit f492c91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Fix test suite simple_snapshot/test_various_configs import path
3+
time: 2025-07-18T17:37:37.965341+01:00
4+
custom:
5+
Author: 99Lys
6+
Issue: "972"

dbt-tests-adapter/src/dbt/tests/adapter/simple_snapshot/test_various_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
run_sql_with_adapter,
1111
update_config_file,
1212
)
13-
from tests.functional.adapter.simple_snapshot.fixtures import (
13+
from dbt.tests.adapter.simple_snapshot.fixtures import (
1414
create_multi_key_seed_sql,
1515
create_multi_key_snapshot_expected_sql,
1616
create_seed_sql,

0 commit comments

Comments
 (0)