From 631f1604572807e65aebe2352e931e498bbdf5c6 Mon Sep 17 00:00:00 2001 From: hattizai <150505746+hattizai@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:46:31 +0800 Subject: [PATCH] fix(tests/starship): fix struct tag value (#18961) --- tests/starship/tests/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/starship/tests/config.go b/tests/starship/tests/config.go index 85d72dbd7a..dfd2088c67 100644 --- a/tests/starship/tests/config.go +++ b/tests/starship/tests/config.go @@ -29,7 +29,7 @@ func (c *Chain) GetFaucetAddr() interface{} { } type Upgrade struct { - Enabled bool `name:"eanbled" json:"enabled" yaml:"enabled"` + Enabled bool `name:"enabled" json:"enabled" yaml:"enabled"` Type string `name:"type" json:"type" yaml:"type"` Genesis string `name:"genesis" json:"genesis" yaml:"genesis"` Upgrades []struct {