From ff9877ccc4db4d0891583ebac6558a235b028942 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 --- integration-cli/{docker_api_stats.go => docker_api_stats_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename integration-cli/{docker_api_stats.go => docker_api_stats_test.go} (100%) diff --git a/integration-cli/docker_api_stats.go b/integration-cli/docker_api_stats_test.go similarity index 100% rename from integration-cli/docker_api_stats.go rename to integration-cli/docker_api_stats_test.go