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:
parent
b22cf39aa2
commit
96ce4f3941
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user