Skip to content

Commit 31bf8e4

Browse files
committed
test: fixing breaking test
1 parent 4d1c20b commit 31bf8e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Create new instance for API', function() {
5858
.and.has.lengthOf(3)
5959
should(api.report)
6060
.be.a.Function()
61-
.and.has.lengthOf(2)
61+
.and.has.lengthOf(3)
6262
should(api.search)
6363
.be.a.Function()
6464
.and.has.lengthOf(4)

0 commit comments

Comments
 (0)