From 0c9d653f57a2663ba7a3bcfe75a2e48b3905c3e0 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 31 Oct 2023 15:14:03 -0700 Subject: [PATCH] Spelling --- metricflow/test/integration/test_configured_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricflow/test/integration/test_configured_cases.py b/metricflow/test/integration/test_configured_cases.py index d88de4e567..5f63e31499 100644 --- a/metricflow/test/integration/test_configured_cases.py +++ b/metricflow/test/integration/test_configured_cases.py @@ -219,7 +219,7 @@ def test_case( extended_date_semantic_manifest_lookup: SemanticManifestLookup, scd_semantic_manifest_lookup: SemanticManifestLookup, sql_client: SqlClient, - create_source_tables: bool, # Param not used in funciton, but needed for test data to exist + create_source_tables: bool, # Param not used in function, but needed for test data to exist ) -> None: """Runs all integration tests configured in the test case YAML directory.""" case = CONFIGURED_INTEGRATION_TESTS_REPOSITORY.get_test_case(name)