From f5f87dfb11e44833372b2c54579a252219cfa3f8 Mon Sep 17 00:00:00 2001 From: jianghuyiyuan Date: Mon, 23 Jun 2025 16:21:03 +0800 Subject: [PATCH] chore: make function comment match function name Signed-off-by: jianghuyiyuan --- cmd/utils/custom_set_value_test.go | 2 +- internal/integrationtests/fixtures.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(),