Skip to content

Commit f095646

Browse files
committed
fix(taxcode): fix lint
1 parent cfb5372 commit f095646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openmeter/taxcode/service/hooks/planhook_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/openmeterio/openmeter/pkg/models"
1616
)
1717

18-
// setupNamespaceDefaults provisions the organisation-default tax codes that
18+
// setupNamespaceDefaults provisions the organization-default tax codes that
1919
// DeleteTaxCode requires to exist before it calls the pre-delete hook.
2020
func setupNamespaceDefaults(t *testing.T, env *pctestutils.TestEnv, ns string) {
2121
t.Helper()
@@ -58,7 +58,7 @@ func TestPlanHookPreDelete(t *testing.T) {
5858

5959
ns := pctestutils.NewTestNamespace(t)
6060

61-
// Provision organisation-default tax codes so DeleteTaxCode can proceed past
61+
// Provision organization-default tax codes so DeleteTaxCode can proceed past
6262
// the org-defaults check and reach the pre-delete hook.
6363
setupNamespaceDefaults(t, env, ns)
6464

0 commit comments

Comments
 (0)