We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ce415 commit 0722793Copy full SHA for 0722793
tests/dbt/test_transformation.py
@@ -2849,7 +2849,7 @@ def test_dbt_hooks_with_transaction_flag_execution(sushi_test_dbt_context: Conte
2849
assert shared_table["hook_name"][2] == "after_commit"
2850
assert shared_table["execution_order"][2] == 3
2851
2852
- # the timestamps also should be monotonically increasing for teh same reason
+ # the timestamps also should be monotonically increasing for the same reason
2853
for i in range(len(shared_table) - 1):
2854
assert shared_table["created_at"][i] <= shared_table["created_at"][i + 1]
2855
0 commit comments