Skip to content

Commit

Permalink
test: Remove user_id check from need_to_ask test
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 22, 2024
1 parent 350df7c commit b1bc2f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/basic/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ def test_need_to_ask(temp_data_dir):
assert analytics.need_to_ask(True) is True
assert analytics.need_to_ask(False) is False

analytics.user_id = "111"
assert analytics.need_to_ask(None) is False

analytics.user_id = "000"
assert analytics.need_to_ask(None) is True

Expand Down

0 comments on commit b1bc2f8

Please sign in to comment.