Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 27, 2023
1 parent 68b5d31 commit 911942f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posthog/hogql_queries/test/test_persons_query_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
DateRange,
EventsNode,
IntervalType,
InsightPersonsQuery,
)
from posthog.test.base import (
APIBaseTest,
Expand Down Expand Up @@ -204,7 +205,7 @@ def test_source_lifecycle_query(self):
query = PersonsQuery(
select=["properties.email"],
orderBy=["properties.email DESC"],
source=source_query,
source=InsightPersonsQuery(source=source_query),
)
runner = self._create_runner(query)
response = runner.calculate()
Expand Down

0 comments on commit 911942f

Please sign in to comment.