Skip to content

Commit 3059635

Browse files
Format test_client.py to pass style checks
1 parent 34c2fab commit 3059635

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/test_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def test_create_single(self):
3636

3737
# Verify
3838
# Ensure _entity_set_from_schema_name was called and its result ("accounts") was passed to _create
39-
self.client._odata._create.assert_called_once_with(
40-
"accounts", "account", {"name": "Contoso Ltd"}
41-
)
39+
self.client._odata._create.assert_called_once_with("accounts", "account", {"name": "Contoso Ltd"})
4240

4341
def test_create_multiple(self):
4442
"""Test create method with multiple records."""

0 commit comments

Comments
 (0)