Skip to content

Commit

Permalink
make the test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Feb 14, 2024
1 parent 7ed9f13 commit 8f5ed65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def test_trends_breakdowns_boolean(self):

assert response.results[0]["label"] == f"true"
assert response.results[1]["label"] == f"false"
assert response.results[2]["label"] == f"Other"
assert response.results[2]["label"] == f"$pageview - Other"

assert response.results[0]["count"] == 7
assert response.results[1]["count"] == 3
Expand Down

0 comments on commit 8f5ed65

Please sign in to comment.