Skip to content

Commit

Permalink
Add changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Jun 7, 2024
1 parent 6e6de34 commit 1f58aa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ballerina/tests/bulk_csv_query.bal
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ function queryWithLowerMaxRecordsValue() returns error? {

if totalIterationsOfGetResult != 0 {
if totalRecordsReceived == 7 {
test:assertTrue(totalRecordsReceived == 7, msg = "Retrieving batch result failed.");
test:assertTrue(totalIterationsOfGetResult == 2, msg = "Retrieving batch result failed.");
break;
} else {
Expand Down Expand Up @@ -156,7 +155,6 @@ function queryWithHigherMaxRecordsValue() returns error? {

if totalIterationsOfGetResult != 0 {
if totalRecordsReceived == 7 {
test:assertTrue(totalRecordsReceived == 7, msg = "Retrieving batch result failed.");
test:assertTrue(totalIterationsOfGetResult == 1, msg = "Retrieving batch result failed.");
break;
} else {
Expand Down

0 comments on commit 1f58aa8

Please sign in to comment.