Skip to content

Commit 0722793

Browse files
typo
1 parent 86ce415 commit 0722793

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
@@ -2849,7 +2849,7 @@ def test_dbt_hooks_with_transaction_flag_execution(sushi_test_dbt_context: Conte
28492849
assert shared_table["hook_name"][2] == "after_commit"
28502850
assert shared_table["execution_order"][2] == 3
28512851

2852-
# the timestamps also should be monotonically increasing for teh same reason
2852+
# the timestamps also should be monotonically increasing for the same reason
28532853
for i in range(len(shared_table) - 1):
28542854
assert shared_table["created_at"][i] <= shared_table["created_at"][i + 1]
28552855

0 commit comments

Comments
 (0)