From 93731159a66624a233a98daf7f1b3b40572069d8 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Wed, 27 Sep 2023 20:15:22 -0700 Subject: [PATCH] Fixup docstrings in semantic model parsing tests (fixup into 59357a1e) --- tests/parsing/test_semantic_model_parsing.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"""\