Skip to content

Commit

Permalink
Minor test modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Jan 23, 2024
1 parent 27db60d commit 62e6ce0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ public void testReport() throws Exception {
getConnection().commit();

// verify
boolean indicator1 = true;
boolean indicator2 = true;
boolean indicator3 = true;
boolean indicator4 = true;
boolean indicator1 = false;
boolean indicator2 = false;
boolean indicator3 = false;
boolean indicator4 = false;
for (DataSet ds : data.getDataSets().values()) {
for (Iterator<DataSetRow> itr = ds.iterator(); itr.hasNext();) {
DataSetRow row = itr.next();
Expand Down

0 comments on commit 62e6ce0

Please sign in to comment.