Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jul 10, 2024
1 parent fd96f71 commit c4b8c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ecocredit/client/testsuite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ func (s *IntegrationTestSuite) createProject(clientCtx client.Context, msg *base

cmd := baseclient.TxCreateProjectCmd()
args := []string{
msg.ClassId,
msg.Jurisdiction,
msg.Metadata,
fmt.Sprintf("--class=%s", msg.ClassId),
fmt.Sprintf("--%s=%s", flags.FlagFrom, msg.Admin),
fmt.Sprintf("--reference-id=%s", msg.ReferenceId),
}
Expand Down

0 comments on commit c4b8c76

Please sign in to comment.