From 3535cd0f94352588eb1e134b01232409006f9915 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 13 Apr 2023 19:12:47 +0200 Subject: [PATCH] Rename test files to match test names --- .../{basic_at_runtime.go => basic_cmd_at_runtime.go} | 0 .../{basic_from_config.go => basic_cmd_from_config.go} | 0 .../{basic_at_runtime_history.go => omit_from_history.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pkg/integration/tests/custom_commands/{basic_at_runtime.go => basic_cmd_at_runtime.go} (100%) rename pkg/integration/tests/custom_commands/{basic_from_config.go => basic_cmd_from_config.go} (100%) rename pkg/integration/tests/custom_commands/{basic_at_runtime_history.go => omit_from_history.go} (100%) diff --git a/pkg/integration/tests/custom_commands/basic_at_runtime.go b/pkg/integration/tests/custom_commands/basic_cmd_at_runtime.go similarity index 100% rename from pkg/integration/tests/custom_commands/basic_at_runtime.go rename to pkg/integration/tests/custom_commands/basic_cmd_at_runtime.go diff --git a/pkg/integration/tests/custom_commands/basic_from_config.go b/pkg/integration/tests/custom_commands/basic_cmd_from_config.go similarity index 100% rename from pkg/integration/tests/custom_commands/basic_from_config.go rename to pkg/integration/tests/custom_commands/basic_cmd_from_config.go diff --git a/pkg/integration/tests/custom_commands/basic_at_runtime_history.go b/pkg/integration/tests/custom_commands/omit_from_history.go similarity index 100% rename from pkg/integration/tests/custom_commands/basic_at_runtime_history.go rename to pkg/integration/tests/custom_commands/omit_from_history.go