Skip to content

Commit

Permalink
here you go, coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Feb 27, 2017
1 parent f2d6f9e commit 25de1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/model/statement_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ describe('StatementBody base class', () => {
expect(stmt.depsSet.size).to.be.eql(0)
expect(stmt.objectIds.length).to.be.eql(0)
expect(stmt.expandObjects(new Map())).to.be.eql(stmt)
expect(stmt.inspect()).to.deep.eql({})
})

it('fromProtobuf throws on unrecognized body type', () => {
Expand Down

0 comments on commit 25de1a8

Please sign in to comment.