Skip to content

Commit 2c07eeb

Browse files
committed
makefmt
1 parent d6a9602 commit 2c07eeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/ddc/alluxio/master_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import (
3939
// - Uses a fake client to mock interactions with the Kubernetes API server.
4040
// - Creates multiple AlluxioRuntime and StatefulSet objects with specific ready states.
4141
// - Tests two scenarios:
42-
// 1. A runtime with insufficient master replicas should result in false readiness.
43-
// 2. A runtime with all required master replicas ready should result in true readiness.
42+
// 1. A runtime with insufficient master replicas should result in false readiness.
43+
// 2. A runtime with all required master replicas ready should result in true readiness.
4444
// - Also verifies that when readiness is true, the runtime's status conditions are updated correctly.
4545
// - Fails the test if actual readiness does not match the expected result or if status update is missing.
4646
func TestCheckMasterReady(t *testing.T) {

0 commit comments

Comments
 (0)