diff --git a/cmd/utils/custom_set_value_test.go b/cmd/utils/custom_set_value_test.go index 0d7b02531..22b03f8d2 100644 --- a/cmd/utils/custom_set_value_test.go +++ b/cmd/utils/custom_set_value_test.go @@ -70,7 +70,7 @@ func customSetterTester[T any](t *testing.T, tc customSetterTestCase[T], co conf } } -// clearTestEnvironment removes all envs from the test environment. It's useful +// ClearTestEnvironment removes all envs from the test environment. It's useful // to make tests independent from the localhost environment variables. func ClearTestEnvironment(t *testing.T) { t.Helper() diff --git a/internal/integrationtests/fixtures.go b/internal/integrationtests/fixtures.go index 8d73ecea1..8c1570ada 100644 --- a/internal/integrationtests/fixtures.go +++ b/internal/integrationtests/fixtures.go @@ -206,7 +206,7 @@ func (f *Fixtures) prepareCustomAssetsOps() ([]string, *Set[*keypair.Full], erro return b64OpsXDRs, NewSet(f.PrimaryAccountKP, f.SecondaryAccountKP), nil } -// prepareAuthRequiredOps creates a flow to mint and then clawback SEP-8 auth required customAsset funds. +// preparedAuthRequiredOps creates a flow to mint and then clawback SEP-8 auth required customAsset funds. func (f *Fixtures) preparedAuthRequiredOps() ([]string, *Set[*keypair.Full], error) { customAsset := txnbuild.CreditAsset{ Issuer: f.PrimaryAccountKP.Address(),