Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/utils/custom_set_value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion internal/integrationtests/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down