Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Mar 19, 2024
1 parent c952a45 commit 19c4aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ecocredit/simulation/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func genGenesisState(ctx context.Context, simState *module.SimulationState, ss a
}

// create few projects
pId1 := "P002"
pId1 := "P001"

Check warning on line 295 in x/ecocredit/simulation/genesis.go

View workflow job for this annotation

GitHub Actions / golangci (x/ecocredit)

var-naming: var pId1 should be pID1 (revive)
pKey1, err := createProject(ctx, ss, &api.Project{
Id: pId1,
Admin: accs[0].Address,
Expand Down

0 comments on commit 19c4aff

Please sign in to comment.