MikeThomsen commented on a change in pull request #4951:
URL: https://github.com/apache/nifi/pull/4951#discussion_r704388164
##########
File path:
nifi-commons/nifi-record/src/test/java/org/apache/nifi/serialization/record/ResultSetRecordSetTest.java
##########
@@ -241,6 +243,45 @@ public void testCreateRecord() throws SQLException {
assertEquals(bigDecimal5Value,
record.getValue(COLUMN_NAME_BIG_DECIMAL_5));
}
+ @Test(expected = SQLException.class)
Review comment:
I think SQLException is fine, and we can fold this into the nifi-commons
JUnit 5 PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]