Skip to content

Commit

Permalink
Rename test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjz921024 committed Apr 27, 2024
1 parent 1e3c981 commit 00ce971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gocase/integration/slotimport/slotimport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestImportedServer(t *testing.T) {
})
}

func TestClusterMigrate(t *testing.T) {
func TestServiceImportingSlot(t *testing.T) {
ctx := context.Background()

mockID0 := "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00"
Expand Down Expand Up @@ -213,4 +213,4 @@ func TestClusterMigrate(t *testing.T) {
util.ErrorRegexp(t, cli.Type(ctx, slotKey).Err(), fmt.Sprintf("MOVED %d.*%d.*", slotNum, mockSrv0Port))
})

}
}

0 comments on commit 00ce971

Please sign in to comment.