Skip to content

Commit

Permalink
all existing tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Mar 19, 2024
1 parent 19c4aff commit e97f26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/ecocredit/server/tests/features/bridge.feature
Original file line number Diff line number Diff line change
Expand Up @@ -367,22 +367,22 @@ Feature: Bridge Integration
And expect project with properties
"""
{
"id": "C01-002",
"id": "P002",
"metadata": "regen:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf",
"jurisdiction": "US-WA",
"reference_id": "VCS-002"
}
"""
And expect total credit batches "3"
And expect batch supply with batch denom "C01-002-20200101-20210101-001"
And expect batch supply with batch denom "C01-P002-20200101-20210101-001"
"""
{
"tradable_amount": "100",
"retired_amount": "0",
"cancelled_amount": "0"
}
"""
And expect batch balance with address "regen1s3x2yhc4qf59gf53hwsnhkh7gqa3eryxwj8p42" and batch denom "C01-002-20200101-20210101-001"
And expect batch balance with address "regen1s3x2yhc4qf59gf53hwsnhkh7gqa3eryxwj8p42" and batch denom "C01-P002-20200101-20210101-001"
"""
{
"tradable_amount": "100",
Expand Down

0 comments on commit e97f26f

Please sign in to comment.