Skip to content

Commit 88121c3

Browse files
typo
1 parent 37daf67 commit 88121c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbt/test_transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2820,7 +2820,7 @@ def test_dbt_hooks_with_transaction_flag_execution(sushi_test_dbt_context: Conte
28202820
assert shared_table["hook_name"][2] == "after_commit"
28212821
assert shared_table["execution_order"][2] == 3
28222822

2823-
# the timestamps also should be monotonically increasing for teh same reason
2823+
# the timestamps also should be monotonically increasing for the same reason
28242824
for i in range(len(shared_table) - 1):
28252825
assert shared_table["created_at"][i] <= shared_table["created_at"][i + 1]
28262826

0 commit comments

Comments
 (0)