Skip to content

Commit 0ba1fe5

Browse files
authored
Add Notation to TestIsFluidNativeScheme in pkg/ddc/alluxio/utils_test.go (#5008)
Signed-off-by: sunnydome <2396461097@qq.com>
1 parent 02a6390 commit 0ba1fe5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/ddc/alluxio/utils_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ import (
3838
"github.com/fluid-cloudnative/fluid/pkg/utils/kubeclient"
3939
)
4040

41+
// TestIsFluidNativeScheme tests whether the IsFluidNativeScheme function correctly identifies Fluid native schemes.
42+
//
43+
// Parameters:
44+
// - t (*testing.T): Testing context object from Go test framework
45+
//
46+
// Returns:
47+
// - No return value; reports test failures through t.Errorf
4148
func TestIsFluidNativeScheme(t *testing.T) {
4249

4350
var tests = []struct {

0 commit comments

Comments
 (0)