Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eelcovdw committed Jul 4, 2024
1 parent 8154715 commit efd1030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/syft/tests/syft/migrations/data_migration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def test_data_migration_same_version(tmp_path):
assert isinstance(result, SyftError)

# Load migration data on correct worker
# NOTE worker is correct because admin keys and node id are derived from node name
# NOTE worker is correct because admin keys and node id are derived from node name,
# so they match the first worker
with named_worker_context(node_name) as migration_worker:
client = migration_worker.root_client

Expand Down

0 comments on commit efd1030

Please sign in to comment.