From c30e759a9fecc03dc0195f4f877f1d8ef0c66964 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Thu, 5 Oct 2023 12:05:50 -0600 Subject: [PATCH] apply review suggestions Signed-off-by: Florent Poinsard --- .../vitessshardreplication/reconcile_drain_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/controller/vitessshardreplication/reconcile_drain_test.go b/pkg/controller/vitessshardreplication/reconcile_drain_test.go index f06b44fd..734a4e89 100644 --- a/pkg/controller/vitessshardreplication/reconcile_drain_test.go +++ b/pkg/controller/vitessshardreplication/reconcile_drain_test.go @@ -50,12 +50,6 @@ func TestSafeMysqldUpgrade(t *testing.T) { desired: "docker.io/vitess/mysql:8.0.23", needsSafe: false, }, - { - name: "equal version with different registry", - current: "docker.io/vitess/mysql:8.0.23", - desired: "docker.io/vitess/mysql:8.0.23", - needsSafe: false, - }, { name: "no explicit current version", current: "docker.io/vitess/mysql:latest",