chore: fix function name

Signed-off-by: tcpdumppy <847462026@qq.com>
This commit is contained in:
tcpdumppy
2024-11-05 10:34:33 +08:00
parent 6ac445c42b
commit 035b8afe04

View File

@@ -82,7 +82,7 @@ func TestReplicatedJob(t *testing.T) {
poll.WaitOn(t, swarm.JobComplete(ctx, client, service), swarm.ServicePoll)
}
// TestUpdateJob tests that a job can be updated, and that it runs with the
// TestUpdateReplicatedJob tests that a job can be updated, and that it runs with the
// correct parameters.
func TestUpdateReplicatedJob(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon)