Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDickinson authored and thehappydinoa committed Dec 15, 2023
1 parent 7da93dd commit b73b82f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/asm/test_risks.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,12 @@ def setUp(self):
({}, ""),
(
{"start": "2023-12-14T03:27:00Z", "end": "2022-03-18T09:18:54Z"},
"?start=2023-12-14T03:27:00Z&end=2022-03-18T09:18:54Z"
),
(
{"after_id": 489, "limit": 100},
"?afterID=489&limit=100"
"?start=2023-12-14T03:27:00Z&end=2022-03-18T09:18:54Z",
),
({"after_id": 489, "limit": 100}, "?afterID=489&limit=100"),
(
{"cursor": "eyJhZnRlcklEIjo3NzQwLCJsaW1pdCI6MTAwfQ=="},
"?cursor=eyJhZnRlcklEIjo3NzQwLCJsaW1pdCI6MTAwfQ=="
"?cursor=eyJhZnRlcklEIjo3NzQwLCJsaW1pdCI6MTAwfQ==",
),
]
)
Expand Down

0 comments on commit b73b82f

Please sign in to comment.