Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/test_unify.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_drive_has_correct_params(self, api_key, connection_id):
assert unify.drive._api_key == api_key
assert unify.drive._connection_id == connection_id


def test_me_has_correct_params(self, api_key, connection_id):
"""Test that the me client has correct parameters."""
unify = Unify(api_key, connection_id)
Expand Down
Loading