Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 23, 2024
1 parent 37ed6ae commit 2c096f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/e2e/ytsaurus_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ var _ = Describe("Basic test for Ytsaurus controller", func() {
getSimpleUpdateScenario("test-major-update", ytv1.CoreImageNextVer),
)
It(
"Should be updated according to UpdateSelector=Everything",
func(ctx context.Context) {
"Should be updated according to UpdateSelector=Everything", func(ctx context.Context) {
namespace := "testslcteverything"

By("Creating a Ytsaurus resource")
Expand Down Expand Up @@ -305,8 +304,7 @@ var _ = Describe("Basic test for Ytsaurus controller", func() {
},
)
It(
"Should be updated according to UpdateSelector=TabletNodesOnly,ExecNodesOnly",
func(ctx context.Context) {
"Should be updated according to UpdateSelector=TabletNodesOnly,ExecNodesOnly", func(ctx context.Context) {
namespace := "testslctnodes"

By("Creating a Ytsaurus resource")
Expand Down Expand Up @@ -356,8 +354,7 @@ var _ = Describe("Basic test for Ytsaurus controller", func() {
},
)
It(
"Should be updated according to UpdateSelector=MasterOnly,StatelessOnly",
func(ctx context.Context) {
"Should be updated according to UpdateSelector=MasterOnly,StatelessOnly", func(ctx context.Context) {
namespace := "testslctother"

By("Creating a Ytsaurus resource")
Expand Down

0 comments on commit 2c096f9

Please sign in to comment.