Skip to content

Commit 7c11154

Browse files
unknownunknown
authored andcommitted
Modified pagination testcase
1 parent 62db2fc commit 7c11154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AuthorizeNETtest/Api/Controllers/Test/ArbSubscriptionTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ public void ARBGetSubscriptionListCheckPagination()
322322

323323
var arbGetSubscriptionListResponse = GetSubscriptionListResponse(1, 1);
324324
ARBGetSubscriptionListResponse response = null;
325-
int limitNo = 1;
326-
int offSetNo = 46;
325+
int limitNo = 3;
326+
int offSetNo = 2;
327327

328328
if (arbGetSubscriptionListResponse != null)
329329
{

0 commit comments

Comments
 (0)