Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
TestAppStateFn -> TestStateFn
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Apr 28, 2022
1 parent 730971e commit 996d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestRandomGenesisAccounts(t *testing.T) {
}
}

func TestAppStateFn(t *testing.T) {
func TestStateFn(t *testing.T) {
config, db, dir, logger, skip, err := simapp.SetupSimulation("leveldb-app-sim", "Simulation")
if skip {
t.Skip("skipping AppStateFn testing")
Expand Down

0 comments on commit 996d794

Please sign in to comment.