mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
test: fix analytics disable test assertion for better clarity
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
8d2f66fe34
commit
d959e1c60d
@@ -43,7 +43,7 @@ def test_analytics_enable_disable(temp_data_dir):
|
||||
analytics.disable(permanently=False)
|
||||
assert analytics.mp is None
|
||||
assert analytics.ph is None
|
||||
assert analytics.permanently_disable is False
|
||||
assert analytics.permanently_disable is not True
|
||||
|
||||
analytics.disable(permanently=True)
|
||||
assert analytics.permanently_disable is True
|
||||
|
||||
Reference in New Issue
Block a user