Skip to content

Commit b3bd28c

Browse files
committed
typo
1 parent 2af917e commit b3bd28c

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
@@ -8256,7 +8256,7 @@ def f(x, ev):
82568256

82578257

82588258
@gen_cluster(client=True, nthreads=[])
8259-
async def test_adjust_hearbeat(c, s):
8259+
async def test_adjust_heartbeat(c, s):
82608260
assert "heartbeat" in c._periodic_callbacks
82618261
heartbeat_pc = c._periodic_callbacks["heartbeat"]
82628262
scheduler_info_pc = c._periodic_callbacks["scheduler-info"]

0 commit comments

Comments
 (0)