mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
Comply to eslint 🔫
This commit is contained in:
parent
44896b98dc
commit
3fdaf40602
@ -1,5 +1,6 @@
|
||||
import test from 'ava'
|
||||
import sinon from 'sinon'
|
||||
|
||||
import * as request from '../../src/request' // eslint-disable-line
|
||||
import { Connection } from '../../src'
|
||||
|
||||
|
@ -71,7 +71,7 @@ test('Valid TRANSFER transaction with single Ed25519 input', t => {
|
||||
return conn.postTransaction(transferTxSigned)
|
||||
.then(({ id }) => conn.pollStatusAndFetchTransaction(id))
|
||||
.then(resTx => t.truthy(resTx))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@ -106,5 +106,5 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs', t => {
|
||||
return conn.postTransaction(transferTxSigned)
|
||||
.then(({ id }) => conn.pollStatusAndFetchTransaction(id))
|
||||
.then(resTx => t.truthy(resTx))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -7,9 +7,7 @@ import makeInputTemplate from '../../src/transaction/makeInputTemplate'
|
||||
|
||||
import {
|
||||
alice,
|
||||
aliceCondition,
|
||||
aliceOutput,
|
||||
assetMessage,
|
||||
metaDataMessage,
|
||||
createTx,
|
||||
transferTx
|
||||
|
Loading…
Reference in New Issue
Block a user