Skip to content

Commit ac4d2c6

Browse files
committed
chore: fix test
1 parent 3d88b5a commit ac4d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Create new instance for API', function() {
3030
should(api.getApiKey).be.a.Function().and.has.lengthOf(2)
3131
should(api.login).be.a.Function().and.has.lengthOf(2)
3232
should(api.logout).be.a.Function().and.has.lengthOf(0)
33-
should(api.metadata).be.a.Function().and.has.lengthOf(1)
33+
should(api.metadata).be.a.Function().and.has.lengthOf(2)
3434
should(api.namedQuery).be.a.Function().and.has.lengthOf(4)
3535
should(api.remove).be.a.Function().and.has.lengthOf(3)
3636
should(api.report).be.a.Function().and.has.lengthOf(2)

0 commit comments

Comments
 (0)