We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37daf67 commit 88121c3Copy full SHA for 88121c3
tests/dbt/test_transformation.py
@@ -2820,7 +2820,7 @@ def test_dbt_hooks_with_transaction_flag_execution(sushi_test_dbt_context: Conte
2820
assert shared_table["hook_name"][2] == "after_commit"
2821
assert shared_table["execution_order"][2] == 3
2822
2823
- # the timestamps also should be monotonically increasing for teh same reason
+ # the timestamps also should be monotonically increasing for the same reason
2824
for i in range(len(shared_table) - 1):
2825
assert shared_table["created_at"][i] <= shared_table["created_at"][i + 1]
2826
0 commit comments