From 2c096f9328d173dd11f67b5faf2c63ce2fb67937 Mon Sep 17 00:00:00 2001 From: Kirill Sibirev Date: Tue, 23 Apr 2024 12:53:06 +0200 Subject: [PATCH] Fix indentation --- test/e2e/ytsaurus_controller_test.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/e2e/ytsaurus_controller_test.go b/test/e2e/ytsaurus_controller_test.go index ed272b84..0024c5b9 100644 --- a/test/e2e/ytsaurus_controller_test.go +++ b/test/e2e/ytsaurus_controller_test.go @@ -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") @@ -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") @@ -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")