From 3d08f306567ad75e3f20da3c28a59e65a7ec5419 Mon Sep 17 00:00:00 2001 From: andronache Date: Thu, 25 Feb 2021 17:03:44 +0200 Subject: [PATCH] Fixed cover test --- rates/rates.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rates/rates.go b/rates/rates.go index b88b8c993..dbc89ee91 100644 --- a/rates/rates.go +++ b/rates/rates.go @@ -58,8 +58,9 @@ func (rS *RateS) ListenAndServe(stopChan, cfgRld chan struct{}) { } // Shutdown is called to shutdown the service -func (rS *RateS) Shutdown() { +func (rS *RateS) Shutdown() (err error) { utils.Logger.Info(fmt.Sprintf("<%s> shutdown <%s>", utils.CoreS, utils.RateS)) + return } // Call implements rpcclient.ClientConnector interface for internal RPC