Skip to content

Commit ac86c80

Browse files
committed
Fix test
1 parent e4e0859 commit ac86c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def test_unordered_model_statements():
613613

614614
with pytest.raises(ConfigError) as ex:
615615
load_sql_based_model(expressions)
616-
assert "MODEL statement is required" in str(ex.value)
616+
assert "Please add a required MODEL block at top of the file. Example:" in str(ex.value)
617617

618618

619619
def test_no_query():

0 commit comments

Comments
 (0)