Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Param-29 committed Jul 18, 2023
1 parent 804df9f commit 5a5b837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/syft/tests/syft/project/project_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def test_exception_different_email(worker):
members=[ds_sheldon, ds_leonard],
)


def test_project_serde(worker):
root_client = worker.root_client

Expand All @@ -88,4 +89,4 @@ def test_project_serde(worker):

deser_data = sy.deserialize(ser_data, from_bytes=True)
assert isinstance(deser_data, type(project))
assert deser_data == project
assert deser_data == project

0 comments on commit 5a5b837

Please sign in to comment.