Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Apr 16, 2024
1 parent 6cc97e1 commit 2eacb57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/hogql/database/schema/test/test_cohort_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_select_star(self):
self.team,
)
assert response.columns == ["person_id", "cohort_id", "$another_prop"]
assert response.results is not None
assert len(response.results) == 2
assert response.results[0][2] == "something1"
assert response.results[1][2] == "something2"

0 comments on commit 2eacb57

Please sign in to comment.