Skip to content

Commit

Permalink
fixup: Respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 25, 2024
1 parent 81610d8 commit 492bfb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The `load/` and `warp/` paths contain end-to-end (e2e) tests that use
the [tmpnet
fixture](https://github.com/ava-labs/avalanchego/blob/dev/tests/fixture/tmpnet/README.md). By
fixture](https://github.com/ava-labs/avalanchego/blob/master/tests/fixture/tmpnet/README.md). By
default both test suites use the tmpnet fixture to create a temporary
network that exists for only the duration of their execution.

Expand All @@ -20,6 +20,9 @@ $ ./build/tmpnetctl start-network \

# From the root of a clone of subnet-evm, execute the warp test suite against the existing network
$ ginkgo -vv ./tests/warp -- --use-existing-network --network-dir=$HOME/.tmpnet/networks/latest

# To stop the temporary network when no longer needed, execute the following from the root of the clone of avalanchego
$ ./build/tmpnetctl stop-network --network-dir=$HOME/.tmpnet/networks/latest
```

The network started by `tmpnetctl` won't come with subnets configured,
Expand Down
2 changes: 1 addition & 1 deletion tests/warp/warp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func init() {
flagVars = e2e.RegisterFlags()
}

// subnet provides the basic details of a created subnet
// Subnet provides the basic details of a created subnet
type Subnet struct {
// SubnetID is the txID of the transaction that created the subnet
SubnetID ids.ID
Expand Down

0 comments on commit 492bfb2

Please sign in to comment.