Skip to content

Commit

Permalink
test: fixing breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Apr 5, 2019
1 parent ab0ee77 commit 3aca67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Create new instance for API', function() {
.and.has.lengthOf(3)
should(api.report)
.be.a.Function()
.and.has.lengthOf(2)
.and.has.lengthOf(3)
should(api.search)
.be.a.Function()
.and.has.lengthOf(4)
Expand Down

0 comments on commit 3aca67c

Please sign in to comment.