From 035b8afe04e579d5377a740666eeb80f6edfec1e Mon Sep 17 00:00:00 2001 From: tcpdumppy <847462026@qq.com> Date: Tue, 5 Nov 2024 10:34:33 +0800 Subject: [PATCH] chore: fix function name Signed-off-by: tcpdumppy <847462026@qq.com> --- integration/service/jobs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/service/jobs_test.go b/integration/service/jobs_test.go index b6305bc0b7..49606f49a8 100644 --- a/integration/service/jobs_test.go +++ b/integration/service/jobs_test.go @@ -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)