Skip to content

Commit

Permalink
add await
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Apr 8, 2024
1 parent b6bfae0 commit a087700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ordinalAuction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Test SmartContract `OrdinalAuction`', () => {
}

const ordinal = new OrdiNFTP2PKH(Addr(addressAuctioneer.toByteString()))
ordinal.connect(getDefaultSigner())
await ordinal.connect(getDefaultSigner())
const ordinalTx = await ordinal.inscribeText('Hello, sCrypt!')

ordinalUTXO = {
Expand Down

0 comments on commit a087700

Please sign in to comment.