From 3baec2745b0f3f3f62354cc573725bc4c68003be Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 2 Oct 2024 16:30:48 -0400 Subject: [PATCH] refactor: rename msg_server_test.go to rpc_test.go --- x/macaroon/keeper/{msg_server_test.go => rpc_test.go} | 0 x/oracle/keeper/{msg_server_test.go => rpc_test.go} | 0 x/service/keeper/{msg_server_test.go => rpc_test.go} | 0 x/vault/keeper/{server_test.go => rpc_test.go} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename x/macaroon/keeper/{msg_server_test.go => rpc_test.go} (100%) rename x/oracle/keeper/{msg_server_test.go => rpc_test.go} (100%) rename x/service/keeper/{msg_server_test.go => rpc_test.go} (100%) rename x/vault/keeper/{server_test.go => rpc_test.go} (100%) diff --git a/x/macaroon/keeper/msg_server_test.go b/x/macaroon/keeper/rpc_test.go similarity index 100% rename from x/macaroon/keeper/msg_server_test.go rename to x/macaroon/keeper/rpc_test.go diff --git a/x/oracle/keeper/msg_server_test.go b/x/oracle/keeper/rpc_test.go similarity index 100% rename from x/oracle/keeper/msg_server_test.go rename to x/oracle/keeper/rpc_test.go diff --git a/x/service/keeper/msg_server_test.go b/x/service/keeper/rpc_test.go similarity index 100% rename from x/service/keeper/msg_server_test.go rename to x/service/keeper/rpc_test.go diff --git a/x/vault/keeper/server_test.go b/x/vault/keeper/rpc_test.go similarity index 100% rename from x/vault/keeper/server_test.go rename to x/vault/keeper/rpc_test.go