Skip to content

Commit

Permalink
little fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov committed Oct 31, 2023
1 parent 3b95aea commit 7b9ea50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/microapps-ui-xcm/microapps-ui-main.check.pools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ describe("Microapps UI liq pools tests", () => {
const poolName = await sdk.query.getLiquidityPool(promotedPools[i]);
const firstTokenId = await sdk.query.getTokenInfo(poolName[0]);
const secondTokenId = await sdk.query.getTokenInfo(poolName[1]);
const a = {
const poolData = {
poolID: promotedPools[i],
firstToken: firstTokenId.symbol,
secondToken: secondTokenId.symbol,
};
poolsInfo.push(a);
poolsInfo.push(poolData);
}
const poolsInfoLength = poolsInfo.length;

Expand Down

0 comments on commit 7b9ea50

Please sign in to comment.