Skip to content

Commit

Permalink
Update simapp/upgrades_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sontrinh16 and coderabbitai[bot] authored Jun 10, 2024
1 parent 51742cc commit f60aa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestSyncAccountNumber(t *testing.T) {
require.NoError(t, err)
require.Equal(t, uint64(10), num)

app.syncAccoutnNumber(ctx)
app.syncAccountNumber(ctx)

// make sure the DB entry for this key is deleted
v, err = store.Get(bytesKey)
Expand Down

0 comments on commit f60aa6b

Please sign in to comment.