Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Oct 8, 2024
1 parent cf4d0fa commit 6cfd55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/commands/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func CreateSubnetEvmConfigWithVersionNonSOV(subnetName string, genesisPath strin
"create",
"--genesis",
genesisPath,
"--not-sov",
"--sovereign=false",
"--evm",
subnetName,
"--" + constants.SkipUpdateFlag,
Expand Down Expand Up @@ -178,7 +178,7 @@ func CreateCustomVMConfigNonSOV(subnetName string, genesisPath string, vmPath st
"create",
"--genesis",
genesisPath,
"--not-sov",
"--sovereign=false",
"--custom",
subnetName,
"--custom-vm-path",
Expand Down

0 comments on commit 6cfd55d

Please sign in to comment.