mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
fix: Correct indentation in analytics test file
This commit is contained in:
parent
4e1d18e206
commit
2a8e1f41d0
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ def test_analytics_event_logging(temp_analytics_file, temp_data_dir):
|
|||
test_event = "test_event"
|
||||
test_properties = {"test_key": "test_value"}
|
||||
|
||||
with patch.object(analytics.mp, "track") as mock_mp_track:
|
||||
|
||||
# fix indent AI!
|
||||
with patch.object(analytics.ph, "capture") as mock_ph_capture:
|
||||
analytics.event(test_event, **test_properties)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue