Skip to content

Commit

Permalink
java format
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bzabek committed Dec 3, 2024
1 parent 73505ec commit 99fb71b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ void shouldAppendCommentTest() throws Exception {
List<DescribeTableRow> columns = describeTable(tableName);
assertEquals("Test comment", columns.get(1).getComment());
// default comment is set into second column
assertEquals("column created by schema evolution from Snowflake Kafka Connector", columns.get(2).getComment());
assertEquals(
"column created by schema evolution from Snowflake Kafka Connector",
columns.get(2).getComment());
}
}

0 comments on commit 99fb71b

Please sign in to comment.