Skip to content

Commit

Permalink
[fixup] s/trees_hash1/treesHash1/
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Jul 29, 2023
1 parent 6ce32dc commit 7bad92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persistence/trees/trees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
)

const (
trees_hash1 = "5282ee91a3ec0a6f2b30e4780b369bae78c80ef3ea40587fef6ae263bf41f244"
treesHash1 = "5282ee91a3ec0a6f2b30e4780b369bae78c80ef3ea40587fef6ae263bf41f244"
)

func TestTreeStore_Update(t *testing.T) {
Expand All @@ -55,7 +55,7 @@ func TestTreeStore_Update(t *testing.T) {
hash1, err := context.ComputeStateHash()
require.NoError(t, err)
require.NotEmpty(t, hash1)
require.Equal(t, hash1, trees_hash1)
require.Equal(t, hash1, treesHash1)

_, err = createAndInsertDefaultTestApp(t, context)
require.NoError(t, err)
Expand Down

0 comments on commit 7bad92e

Please sign in to comment.