mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 13:47:07 +00:00
chore: lint repo (use american english) (#9144)
This commit is contained in:
committed by
Sam Ricotta
parent
1d53809b40
commit
f621c978f4
+1
-1
@@ -123,7 +123,7 @@ func TestNodeSetAppVersion(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
// default config uses the kvstore app
|
||||
var appVersion uint64 = kvstore.ProtocolVersion
|
||||
var appVersion = kvstore.ProtocolVersion
|
||||
|
||||
// check version is set in state
|
||||
state, err := n.stateStore.Load()
|
||||
|
||||
Reference in New Issue
Block a user