Skip to content

Commit

Permalink
error messages in tests and should be null
Browse files Browse the repository at this point in the history
  • Loading branch information
daviortega committed Mar 25, 2018
1 parent 1cd2f6f commit fdb7dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/NodeSeqdepot.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ describe('NodeSeqdepot', function() {
aseq_id: 'npORB8GGfXLBYjo0s3_QNQ'
},
{
aseq_id: 'lXFJ1g8Tyb15AP8ol_sZ1eQ'
aseq_id: 'lXFJ1g8Tyb15AP8ol_skZ1eQ'
}
]
return nsd.addAseqInfo(genes, {keepGoing: true}).then((items) => {
console.log(items)
expect(items.length).eql(genes.length)
expect(items.length).eql(genes.length)
expect(items[1].ai).to.be.null
})
})
})
Expand Down
2 changes: 1 addition & 1 deletion test/mochabunyan.opts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mute": false,
"level": "debug",
"level": "error",
"reporter": "spec"
}

0 comments on commit fdb7dce

Please sign in to comment.