diff --git a/tests/parsing/test_semantic_model_parsing.py b/tests/parsing/test_semantic_model_parsing.py index c7e3096a..66ca43cc 100644 --- a/tests/parsing/test_semantic_model_parsing.py +++ b/tests/parsing/test_semantic_model_parsing.py @@ -17,7 +17,7 @@ def test_base_semantic_model_parsing() -> None: """Test parsing base attributes of PydanticSemanticModel object.""" - description = "Test sematic_model description" + description = "Test semantic_model description" label = "Base Test" yaml_contents = textwrap.dedent( f"""\ @@ -188,7 +188,7 @@ def test_semantic_model_entity_metadata_parsing() -> None: def test_base_semantic_model_measure_parsing() -> None: """Test parsing base attributes of PydanticMeasure object.""" - description = "Test sematic_model measure description" + description = "Test semantic_model measure description" label = "Base Test Measure" yaml_contents = textwrap.dedent( f"""\ @@ -422,7 +422,7 @@ def test_semantic_model_primary_time_dimension_parsing() -> None: def test_base_semantic_model_dimension_parsing() -> None: """Test parsing base attributes of PydanticDimension object.""" - description = "Test sematic_model dimension description" + description = "Test semantic_model dimension description" label = "Base Test Dimension" yaml_contents = textwrap.dedent( f"""\