Skip to content

Commit

Permalink
Adds missing word in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Jun 17, 2024
1 parent e07c875 commit 350de23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/testhelpers/statescheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// There are two CI steps, one to run tests using the path state scheme, and one to run tests using the hash state scheme.
// An environment controls that behavior.
// An environment variable controls that behavior.
func GetTestStateScheme() string {
envTestStateScheme := os.Getenv("TEST_STATE_SCHEME")
stateScheme := rawdb.PathScheme
Expand Down

0 comments on commit 350de23

Please sign in to comment.