Skip to content

Commit f38ece9

Browse files
ericj-dbmikealfare
andauthored
Minor typo fix for test fixtures (#1131)
Co-authored-by: Mike Alfare <[email protected]>
1 parent 69c39fe commit f38ece9

File tree

1 file changed

+2
-2
lines changed
  • dbt-tests-adapter/src/dbt/tests/adapter/simple_snapshot

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
-- snapshotting fields
2323
updated_at TIMESTAMP,
2424
test_valid_from TIMESTAMP,
25-
TEST_VAILD_TO TIMESTAMP,
25+
TEST_VALID_TO TIMESTAMP,
2626
test_scd_id TEXT,
2727
test_updated_at TIMESTAMP
2828
);
@@ -100,7 +100,7 @@
100100
ip_address,
101101
updated_at,
102102
test_valid_from,
103-
TEST_VAILD_TO,
103+
TEST_VALID_TO,
104104
test_updated_at,
105105
test_scd_id
106106
)

0 commit comments

Comments
 (0)