mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
test: fix analytics disable test assertion for better clarity
This commit is contained in:
parent
8d2f66fe34
commit
d959e1c60d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue