From 3788523a3e2dbfd3ca6552c97a77650516f4f7dc Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Mon, 24 Jan 2022 15:33:30 +0100 Subject: [PATCH] tests: Move revision tests out of concurrency --- tests/integration/{clientv3/concurrency => }/revision_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/integration/{clientv3/concurrency => }/revision_test.go (99%) diff --git a/tests/integration/clientv3/concurrency/revision_test.go b/tests/integration/revision_test.go similarity index 99% rename from tests/integration/clientv3/concurrency/revision_test.go rename to tests/integration/revision_test.go index 7e6236a7a..6fb81b9ca 100644 --- a/tests/integration/clientv3/concurrency/revision_test.go +++ b/tests/integration/revision_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package concurrency_test +package integration_test import ( "context"