Skip to content

Commit

Permalink
CI対応
Browse files Browse the repository at this point in the history
  • Loading branch information
Hueter57 committed Aug 10, 2024
1 parent 4f7fed3 commit fef7dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fef7dae

Please sign in to comment.