Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alfonso Acosta <[email protected]>
  • Loading branch information
willemneal and 2opremio authored Sep 14, 2023
1 parent 1f1f68f commit e9188cd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/soroban-rpc/internal/test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,9 @@ func getAccountFromID(t *testing.T, id uint32) string {
return strings.Trim(runSuccessfulCLICmd(t, fmt.Sprintf("config identity address --hd-path %d", id)), "\n")
}

// func getTestContractIDFromAccountAndSalt(t *testing.T, id uint32) [32]byte {
// return getContractID(t, getAccountFromID(t, id), testSalt, StandaloneNetworkPassphrase)
// }

const MILLION string = "1000000"

func NewCLITest(t *testing.T) *Test {
test := NewTest(t)
fundAccount(t, test, getAccountFromID(t, 0), MILLION)
fundAccount(t, test, getAccountFromID(t, 0), "1000000")
return test
}

Expand Down

0 comments on commit e9188cd

Please sign in to comment.