Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Feb 12, 2024
1 parent f0c04ff commit c02ee18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_fetch_orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def test_get_order_rewards(self):
"quote_buy_amount": [
"12009545997505395163",
"143919269475547068",
"1920099071497969074176" "110185117837140289",
"1920099071497969074176",
"110185117837140289",
"427611951239582233762",
"1465179606977149402",
"69200861384935994787",
Expand Down

0 comments on commit c02ee18

Please sign in to comment.