Skip to content

Commit 97bf155

Browse files
author
manolodewiner
committed
add async to test
1 parent f294a92 commit 97bf155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_integration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ test('Search for unspent outputs for a given public key', async t => {
283283
})
284284

285285

286-
test('Search for spent outputs for a given public key', t => {
286+
test('Search for spent outputs for a given public key', async t => {
287287
const conn = new Connection(API_PATH)
288288
const carol = new Ed25519Keypair()
289289
const carolCondition = Transaction.makeEd25519Condition(carol.publicKey)

0 commit comments

Comments
 (0)