Skip to content

Commit

Permalink
fix: Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Duong <[email protected]>
  • Loading branch information
tomasfarias and EDsCODE committed Aug 27, 2024
1 parent 3e19794 commit 5e0a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/warehouse/models/test/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e0a321

Please sign in to comment.