Skip to content

Commit 6364cea

Browse files
cctdanielSEJeff
andcommitted
Update tests/test_pyth_client.py
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
1 parent 87c1da0 commit 6364cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pyth_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async def test_get_products(
270270
product_account: PythProductAccount
271271
) -> None:
272272
products = await pyth_client.get_products()
273-
for i in range(len(products)):
273+
for i, _ in enumerate(products):
274274
assert products[i].key == product_account.key
275275

276276

0 commit comments

Comments
 (0)