Skip to content

Commit f5bc13d

Browse files
committed
fix(taxcode): fix lint
1 parent 3a58a03 commit f5bc13d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmeter/productcatalog/plan/service/taxcode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ func TestPlanPublishRejectsDeletedTaxCode(t *testing.T) {
923923
features = append(features, feat)
924924
}
925925

926-
// Provision organisation-default tax codes so DeleteTaxCode can proceed past the org-defaults check.
926+
// Provision organization-default tax codes so DeleteTaxCode can proceed past the org-defaults check.
927927
invoicingTC, err := env.TaxCode.CreateTaxCode(ctx, taxcode.CreateTaxCodeInput{
928928
Namespace: namespace,
929929
Key: "org-default-invoicing",

0 commit comments

Comments
 (0)