Skip to content

Commit

Permalink
Fixed var -> const definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulji-ic committed Jan 30, 2023
1 parent 9f90c03 commit a1b53a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_rest_regression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Test Module REST Endpoints
8. Staking params
*/

var (
const (
valSetLatestPath = "/validatorsets/latest"
valSetHeightPath = "/validatorsets/1"
blocksLatestPath = "/blocks/latest"
Expand Down

0 comments on commit a1b53a2

Please sign in to comment.