1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-02-01 20:40:15 +01:00

fix transaction tests

This commit is contained in:
Scott Sadler 2017-06-23 10:44:55 +02:00
parent b22cf39aa2
commit 96ce4f3941

View File

@ -17,6 +17,7 @@ import {
test('Create valid output with default amount', t => {
const condition = {
details: {
type: 'ed25519-sha-256',
public_key: 'abc'
}
}
@ -33,6 +34,7 @@ test('Create valid output with default amount', t => {
test('Create valid output with custom amount', t => {
const condition = {
details: {
type: 'ed25519-sha-256',
public_key: 'abc'
}
}