Skip to content

Commit

Permalink
test/e2e: rename changeToSecondary to changeSecondaryToStandaloneTemp…
Browse files Browse the repository at this point in the history
…orarily

Signed-off-by: Ryotaro Banno <[email protected]>
  • Loading branch information
ushitora-anqou committed Jan 14, 2025
1 parent 4230650 commit 5b01b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/multik8s/changetosecondary/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ func TestMtest(t *testing.T) {

var _ = Describe("Mantle", func() {
Context("wait controller to be ready", WaitControllerToBeReady)
Context("change to secondary", changeToSecondary)
Context("change to secondary", changeSecondaryToStandaloneTemporarily)
})

func changeToSecondary() {
func changeSecondaryToStandaloneTemporarily() {
Describe("change to secondary", func() {
var (
namespace string
Expand Down

0 comments on commit 5b01b6c

Please sign in to comment.