Skip to content

Commit b7ccd47

Browse files
committed
Update test
1 parent a2a6b65 commit b7ccd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/apptasticsoftware/integrationtest/RssReaderIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ void testAttributeExtension() throws IOException {
589589
}
590590

591591
@Test
592-
void testItemExtensionNoNamespace() throws IOException {
592+
void testItemExtensionNoNamespace() {
593593
List<Item> items = new RssReader()
594594
.addItemExtension("name", Item::setComments)
595595
.addItemExtension("email", Item::setComments)

0 commit comments

Comments
 (0)