From 5549a262b9d92d417452fbdb4eb96cfb463c00ec Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 3 Feb 2021 12:05:21 -0800 Subject: [PATCH] Rename client_test.go to concierge_client_test.go Because it is a test of the conciergeclient package, and the naming convention for integration test files is supervisor_*_test.go, concierge_*_test.go, or cli_*_test.go to identify which component the test is primarily covering. Signed-off-by: Andrew Keesler --- test/integration/{client_test.go => concierge_client_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/integration/{client_test.go => concierge_client_test.go} (100%) diff --git a/test/integration/client_test.go b/test/integration/concierge_client_test.go similarity index 100% rename from test/integration/client_test.go rename to test/integration/concierge_client_test.go