From 19c4aff7936999a14c67339d7174069ffd2c0768 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 19 Mar 2024 17:42:30 -0400 Subject: [PATCH] test fixes --- x/ecocredit/simulation/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ecocredit/simulation/genesis.go b/x/ecocredit/simulation/genesis.go index faecc6093a..b1ef713f24 100644 --- a/x/ecocredit/simulation/genesis.go +++ b/x/ecocredit/simulation/genesis.go @@ -292,7 +292,7 @@ func genGenesisState(ctx context.Context, simState *module.SimulationState, ss a } // create few projects - pId1 := "P002" + pId1 := "P001" pKey1, err := createProject(ctx, ss, &api.Project{ Id: pId1, Admin: accs[0].Address,