Skip to content
Snippets Groups Projects
Commit 864299d7 authored by Fabien's avatar Fabien Committed by GitHub
Browse files

Merge pull request #183 from steemit/fix-test

Fix test, avoid duplicate tx vote 
parents 7b90c29f 829545fa
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ describe('steem.broadcast:', () => { ...@@ -104,7 +104,7 @@ describe('steem.broadcast:', () => {
username, username,
'yamadapc', 'yamadapc',
'test-1-2-3-4-5-6-7-9', 'test-1-2-3-4-5-6-7-9',
10000, 5000,
(err, tx) => { (err, tx) => {
if (err) return done(err); if (err) return done(err);
tx.should.have.properties([ tx.should.have.properties([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment