We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a6b65 commit b7ccd47Copy full SHA for b7ccd47
src/test/java/com/apptasticsoftware/integrationtest/RssReaderIntegrationTest.java
@@ -589,7 +589,7 @@ void testAttributeExtension() throws IOException {
589
}
590
591
@Test
592
- void testItemExtensionNoNamespace() throws IOException {
+ void testItemExtensionNoNamespace() {
593
List<Item> items = new RssReader()
594
.addItemExtension("name", Item::setComments)
595
.addItemExtension("email", Item::setComments)
0 commit comments