From fef7daebd9a19572981faf28799aaf84d5a8afdf Mon Sep 17 00:00:00 2001 From: Hueter Date: Sat, 10 Aug 2024 14:46:08 +0900 Subject: [PATCH] =?UTF-8?q?CI=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- router/transaction_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/router/transaction_test.go b/router/transaction_test.go index 0275a2e8..9f1b2a2d 100644 --- a/router/transaction_test.go +++ b/router/transaction_test.go @@ -656,7 +656,6 @@ func TestHandlers_PostTransaction(t *testing.T) { Return(tx1, nil) res := lo.Map(txs, func(tx *model.TransactionResponse, index int) *Transaction { - tag := lo.Map(tx.Tags, func(modelTag *model.Tag, index int) *TagOverview { return &TagOverview{ ID: modelTag.ID,