Skip to content

Commit f620ead

Browse files
committed
chore: improve comments in test file
1 parent 4bfc290 commit f620ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
)
2222

23-
# Mock API response
23+
# Mock GitHub API response
2424
api_response = {
2525
"download_links": [
2626
"https://example.com/organisation_history_api_response.json"
2727
]
2828
# There are other fields in the API response, but we don't need them for this test
2929
}
3030

31-
# Mock usage data returned from GitHub API
31+
# Mock usage data fetched from download_links key in the API response
3232
fetched_usage_data = {"day_totals": [
3333
{"day": "2024-01-01", "usage": 10},
3434
{"day": "2024-01-02", "usage": 20},

0 commit comments

Comments
 (0)