fix transaction tests

This commit is contained in:
Scott Sadler 2017-06-23 10:44:55 +02:00
parent b22cf39aa2
commit 96ce4f3941
1 changed files with 2 additions and 0 deletions

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'
}
}