Skip to content

Commit 51e9a8d

Browse files
committed
Fix: Unit test due to merging the stale branch
1 parent 8ceb40f commit 51e9a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dbt/test_transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_config_jinja(sushi_test_project: Project):
224224
)
225225
context = sushi_test_project.context
226226
model = t.cast(SqlModel, model_config.to_sqlmesh(context))
227-
assert model.pre_statements[0].sql() == hook
227+
assert hook in model.pre_statements[0].sql()
228228
assert model.render_pre_statements()[0].sql() == "bar"
229229

230230

0 commit comments

Comments
 (0)