Skip to content

Commit

Permalink
Fixup docstrings in semantic model parsing tests (fixup into 59357a1)
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Sep 28, 2023
1 parent a96638c commit 9373115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/parsing/test_semantic_model_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""\
Expand Down Expand Up @@ -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"""\
Expand Down Expand Up @@ -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"""\
Expand Down

0 comments on commit 9373115

Please sign in to comment.