mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
test: Remove user_id check from need_to_ask test
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
350df7ca55
commit
b1bc2f8c5c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user