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 c00ce61 commit c952a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/ecocredit/server/testsuite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func (s *IntegrationTestSuite) TestScenario() {
})
s.Require().NoError(err)
s.Require().NotNil(createProjectRes)
s.Require().Equal("C02-001", createProjectRes.ProjectId)
s.Require().Equal("P002", createProjectRes.ProjectId)
projectID := createProjectRes.ProjectId

// create batch
Expand All @@ -440,6 +440,7 @@ func (s *IntegrationTestSuite) TestScenario() {
createBatchRes, err := s.msgClient.CreateBatch(s.ctx, &basetypes.MsgCreateBatch{
Issuer: issuer1,
ProjectId: projectID,
ClassId: classID,
StartDate: &time1,
EndDate: &time2,
Issuance: []*basetypes.BatchIssuance{
Expand Down

0 comments on commit c952a45

Please sign in to comment.