fix: added tests for GetPagedFieldsResponse

This commit is contained in:
StevanFreeborn
2023-02-03 14:10:33 -06:00
parent 5e80aaa128
commit 1b046b4cfc
2 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ describe('GetPagedAppsResponse', function () {
expect(GetPagedAppsResponse).to.have.property('constructor');
});
it('should have 4 parameters', function () {
it('should have 5 parameters', function () {
expect(GetPagedAppsResponse).to.have.lengthOf(5);
});