From 5e0a321a52f73b2eec12d5d45868b940023c84ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Mon, 26 Aug 2024 15:50:03 +0200 Subject: [PATCH] fix: Update docstring Co-authored-by: Eric Duong --- posthog/warehouse/models/test/test_modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/warehouse/models/test/test_modeling.py b/posthog/warehouse/models/test/test_modeling.py index e5a2c2c8bc3bcf..b1182c124c7474 100644 --- a/posthog/warehouse/models/test/test_modeling.py +++ b/posthog/warehouse/models/test/test_modeling.py @@ -82,7 +82,7 @@ def test_create_from_existing_path(self): self.assertIn(["persons", parent_saved_query.id.hex, child_saved_query.id.hex], child_paths) def test_update_path_from_saved_query(self): - """Test creation of a model path from a query that reads from another query.""" + """Test update of a model path from a query that reads from another query.""" parent_query = """\ select events.event,