From a705443786fd41178db22994f076fdd854ca4c38 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Tue, 28 Oct 2025 11:10:48 +0300 Subject: [PATCH] added a comment to describe the use of the TestAccountService --- testutil/testservice/account_service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testutil/testservice/account_service.go b/testutil/testservice/account_service.go index 4f5121d..fcb7d87 100644 --- a/testutil/testservice/account_service.go +++ b/testutil/testservice/account_service.go @@ -8,6 +8,8 @@ import ( dataserviceapi "github.com/grassrootseconomics/ussd-data-service/pkg/api" ) +// This is used in the menu traversal tests + type TestAccountService struct { }