Skip to content

Commit

Permalink
Integration TestAdded Signed-off-by: Aparajita Pandey <aparajita31pan…
Browse files Browse the repository at this point in the history
[email protected]>

Signed-off-by: Aparajita Pandey <[email protected]>
  • Loading branch information
aparajita31pandey committed Oct 3, 2024
1 parent 243acf9 commit e81ceba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void testAlias() throws Exception {

//Query using the alias with filter
JSONObject aliasFilteredResponse = new JSONObject(executeFetchQuery(aliasSelectQuery, 4, "jdbc", filterQuery));
assertEquals(initialResponse.getInt("size"), 4);
assertEquals(aliasFilteredResponse.getInt("size"), 4);
}


Expand Down

0 comments on commit e81ceba

Please sign in to comment.