Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadnaseri committed Sep 22, 2024
1 parent 8b50cd3 commit 08c8fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/server/superlink/state/state_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def test_get_task_res_not_return_expired(self) -> None:
# Prepare
consumer_node_id = 1
state = self.state_factory()
run_id = state.create_run("mock/mock", "v1.0.0")
run_id = state.create_run(None, None, "9f86d08", {})
task_ins = create_task_ins(
consumer_node_id=consumer_node_id, anonymous=False, run_id=run_id
)
Expand Down

0 comments on commit 08c8fe8

Please sign in to comment.