Skip to content

Commit 96a107f

Browse files
committed
Add comments to TestGetMasterPodInfo in pkg\ddc\alluxio\utils_test.go.
Signed-off-by: cbkjames23 <1411137090@qq.com>
1 parent c1f7a99 commit 96a107f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ddc/alluxio/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"reflect"
2424
"testing"
2525

26+
. "github.com/agiledragon/gomonkey/v2"
2627
"github.com/go-logr/logr"
2728
appsv1 "k8s.io/api/apps/v1"
2829
corev1 "k8s.io/api/core/v1"
@@ -603,7 +604,6 @@ func TestGetDaemonset(t *testing.T) {
603604
// It defines a set of test cases with expected pod and container names based on the engine's name.
604605
// The function iterates through the test cases, initializes an AlluxioEngine instance,
605606
// and verifies whether the returned pod name and container name match the expected values.
606-
607607
func TestGetMasterPodInfo(t *testing.T) {
608608
type fields struct {
609609
name string

0 commit comments

Comments
 (0)