Skip to content

Commit 45d4eff

Browse files
committed
nit
1 parent 0f4542e commit 45d4eff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/e2e/testcases/key/suite.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,10 @@ var _ = ginkgo.Describe("[Key]", func() {
569569

570570
ginkgo.It("can transfer from C-Chain to Subnet with ewoq key and local key", func() {
571571
commands.CreateSubnetEvmConfigNonSOV(subnetName, utils.SubnetEvmGenesisPath, true)
572-
commands.DeploySubnetLocallyNonSOV(subnetName)
572+
output := commands.DeploySubnetLocallyNonSOV(subnetName)
573+
fmt.Println(output)
573574
commands.SendICMMessage("--local", "cchain", subnetName, "hello world", ewoqKeyName)
574-
output := commands.DeployERC20Contract("--local", ewoqKeyName, "TEST", "100000", ewoqEVMAddress, "--c-chain")
575+
output = commands.DeployERC20Contract("--local", ewoqKeyName, "TEST", "100000", ewoqEVMAddress, "--c-chain")
575576
erc20Address, err := utils.GetERC20TokenAddress(output)
576577
gomega.Expect(err).Should(gomega.BeNil())
577578
icctArgs := []string{

0 commit comments

Comments
 (0)