Skip to content

Commit

Permalink
chore: fix price feed test (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger authored Dec 19, 2024
1 parent 589de1d commit e70d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/environment/test/assets/price-feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ suite.each(assets)("$symbol ($name): $id", (asset) => {
aggregatorDecimals(client, { aggregator: asset.priceFeed.aggregator }),
]);

expect(description).toMatch(/^Red(?:s|S)tone Price Feed(?: for SolvBTC)*$/);
expect(description).toMatch(/^Red(?:s|S)tone Price Feed/);
expect(decimals).toBe(asset.priceFeed.rateAsset === 0 ? 18 : 8);

break;
Expand Down

0 comments on commit e70d60e

Please sign in to comment.