Skip to content

Commit

Permalink
added log
Browse files Browse the repository at this point in the history
  • Loading branch information
akashthawaitcc committed Jan 23, 2025
1 parent ce4778c commit d5c11b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ private void assertRowInCassandraDB() throws InterruptedException {

Row row = rows.iterator().next();
LOG.info("Cassandra Row to Assert: {}", row.toString());

assertThat(row.getInt("id")).isEqualTo(1);
assertThat(row.getString("full_name")).isEqualTo("A");
assertThat(row.getString("from")).isEqualTo("B");
Expand Down

0 comments on commit d5c11b6

Please sign in to comment.