Skip to content

Commit

Permalink
Update portfolio.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 29, 2024
1 parent 9d9f0c3 commit 1dd8d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/portfolio/portfolio.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('portfolio', () => {
testContext = await setupClient(serverUrl)
const hookWallet = testContext.hook1

// Setup Hook
// Set Weak TSH
const asTx: AccountSet = {
TransactionType: 'AccountSet',
Expand All @@ -57,6 +56,8 @@ describe('portfolio', () => {
wallet: hookWallet,
tx: asTx,
})

// Setup Hook
const XYZ = new IC(testContext.gw.classicAddress, 'XYZ', 100000)
await trust(testContext.client, XYZ.set(100000), ...[testContext.hook1])
await sell(testContext.client, XYZ.set(20000), testContext.gw, 100)
Expand Down

0 comments on commit 1dd8d42

Please sign in to comment.