Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonip committed Aug 27, 2020
1 parent 9b70331 commit c10239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_filter_ids(self):
manager = Manager("contacts", credentials)

uri, params, method, body, headers, singleobject = manager._filter(
IDs=["1","2","3","4","5"]
IDs=["1", "2", "3", "4", "5"]
)

self.assertEqual(method, "get")
Expand Down

0 comments on commit c10239c

Please sign in to comment.