diff --git a/pkg/accounting/accounting_test.go b/pkg/accounting/accounting_test.go index b4cf95eaa8a..886e2aa11cc 100644 --- a/pkg/accounting/accounting_test.go +++ b/pkg/accounting/accounting_test.go @@ -42,7 +42,6 @@ type booking struct { expectedBalance int64 originatedBalance int64 originatedCredit bool - amount int64 notifyPaymentSent bool overpay uint64 }