From f4d1d0f465c91252ca8aaf216192bd2da33e6dbb Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Sat, 28 Apr 2018 13:48:50 +0800 Subject: [PATCH] bugfix: add _test.go suffix to the test file Should follow the golang convention. Signed-off-by: Wei Fu --- test/{api_container_resize.go => api_container_resize_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{api_container_resize.go => api_container_resize_test.go} (100%) diff --git a/test/api_container_resize.go b/test/api_container_resize_test.go similarity index 100% rename from test/api_container_resize.go rename to test/api_container_resize_test.go