Skip to content

Commit

Permalink
Turn on test of priceAuthority registry (#10731)
Browse files Browse the repository at this point in the history
closes: #10727

## Description

Add the existing test `registry-test.js` to `test.sh` so it actually runs. The test already passes.

### Security Considerations

Overlooking stuff like this leaves gaping holes.

### Scaling Considerations

None

### Documentation Considerations

None

### Testing Considerations

I don't understand why we have `test.sh` rather than the default, which runs all `*.test.js` files.

### Upgrade Considerations

The upgrade succeeds.
  • Loading branch information
mergify[bot] authored Dec 18, 2024
2 parents 6fbd20a + 702e494 commit 274240a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions a3p-integration/proposals/p:upgrade-19/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ yarn ava provisionPool.test.js
yarn ava agoricNames.test.js

yarn ava assetReserve.test.js

yarn ava registry.test.js

0 comments on commit 274240a

Please sign in to comment.