We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d88b5a commit ac4d2c6Copy full SHA for ac4d2c6
test/Api.spec.ts
@@ -30,7 +30,7 @@ describe('Create new instance for API', function() {
30
should(api.getApiKey).be.a.Function().and.has.lengthOf(2)
31
should(api.login).be.a.Function().and.has.lengthOf(2)
32
should(api.logout).be.a.Function().and.has.lengthOf(0)
33
- should(api.metadata).be.a.Function().and.has.lengthOf(1)
+ should(api.metadata).be.a.Function().and.has.lengthOf(2)
34
should(api.namedQuery).be.a.Function().and.has.lengthOf(4)
35
should(api.remove).be.a.Function().and.has.lengthOf(3)
36
should(api.report).be.a.Function().and.has.lengthOf(2)
0 commit comments