mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
test: Remove user_id check from need_to_ask test
This commit is contained in:
parent
350df7ca55
commit
b1bc2f8c5c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue