Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 5, 2023
1 parent 7fdba5a commit c30e759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/controller/vitessshardreplication/reconcile_drain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c30e759

Please sign in to comment.