Skip to content

Commit

Permalink
simulators/ethereum/engine: Change Suite Names (ethereum#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jul 27, 2022
1 parent 19cb1f8 commit 02ad57a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simulators/ethereum/engine/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,24 @@ type TestSpec struct {
func main() {
var (
engine = hivesim.Suite{
Name: "engine",
Name: "engine-api",
Description: `
Test Engine API tests using CL mocker to inject commands into clients after they
have reached the Terminal Total Difficulty.`[1:],
}
transition = hivesim.Suite{
Name: "transition",
Name: "engine-transition",
Description: `
Test Engine API tests using CL mocker to inject commands into clients and drive
them through the merge.`[1:],
}
auth = hivesim.Suite{
Name: "auth",
Name: "engine-auth",
Description: `
Test Engine API authentication features.`[1:],
}
sync = hivesim.Suite{
Name: "sync",
Name: "engine-sync",
Description: `
Test Engine API sync, pre/post merge.`[1:],
}
Expand Down

0 comments on commit 02ad57a

Please sign in to comment.