Skip to content

Commit 181cff6

Browse files
committed
fix(taxcode): add RegisterHook to new tests
1 parent 7183f3e commit 181cff6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openmeter/billing/service/invoiceupdate_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,8 @@ func (s *invoiceUpdateTaxCodeService) UpsertOrganizationDefaultTaxCodes(context.
10001000
return taxcode.OrganizationDefaultTaxCodes{}, errors.New("UpsertOrganizationDefaultTaxCodes is not supported in this test")
10011001
}
10021002

1003+
func (s *invoiceUpdateTaxCodeService) RegisterHooks(...models.ServiceHook[taxcode.TaxCode]) {}
1004+
10031005
type preallocatingInvoiceLineAdapter struct {
10041006
billing.Adapter
10051007
}

0 commit comments

Comments
 (0)