From ffc2b1eb23f8a5c788fd359ec4f29cd40e84e43b Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 5 Jun 2015 13:49:52 -0700 Subject: [PATCH] Rename test file to have _test postfix Without this go test was unable to find line number of error in that file. Signed-off-by: Alexander Morozov Upstream-commit: ff9877ccc4db4d0891583ebac6558a235b028942 Component: engine --- .../{docker_api_stats.go => docker_api_stats_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename components/engine/integration-cli/{docker_api_stats.go => docker_api_stats_test.go} (100%) diff --git a/components/engine/integration-cli/docker_api_stats.go b/components/engine/integration-cli/docker_api_stats_test.go similarity index 100% rename from components/engine/integration-cli/docker_api_stats.go rename to components/engine/integration-cli/docker_api_stats_test.go