Skip to content

Commit 072dcd9

Browse files
committed
typo
1 parent 4b9ca22 commit 072dcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8260,7 +8260,7 @@ def f(x, ev):
82608260

82618261

82628262
@gen_cluster(client=True, nthreads=[])
8263-
async def test_adjust_hearbeat(c, s):
8263+
async def test_adjust_heartbeat(c, s):
82648264
assert "heartbeat" in c._periodic_callbacks
82658265
heartbeat_pc = c._periodic_callbacks["heartbeat"]
82668266
scheduler_info_pc = c._periodic_callbacks["scheduler-info"]

0 commit comments

Comments
 (0)