Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Sep 15, 2023
1 parent 98a573b commit 590d971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pdctl/operator/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func TestOperator(t *testing.T) {
})
}

func TestOperatorInMicroservice(t *testing.T) {
func TestForwardOperatorRequest(t *testing.T) {
re := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down
2 changes: 1 addition & 1 deletion tests/pdctl/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ func mightExec(re *require.Assertions, cmd *cobra.Command, args []string, v inte
json.Unmarshal(output, v)
}

func TestSchedulerInMicroservice(t *testing.T) {
func TestForwardSchedulerRequest(t *testing.T) {
re := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down

0 comments on commit 590d971

Please sign in to comment.