Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 14, 2023
1 parent b897581 commit fde9843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ void diDigital() throws IOException {
}


@SuppressWarnings("java:S5961")
@Test
void rssWorldOfTank() throws IOException {
RssReader reader = new RssReader();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import static org.junit.jupiter.api.Assertions.assertTrue;

public class ItemComparatorTest {
class ItemComparatorTest {

@Test
void testSortNewestItem() throws IOException {
Expand Down

0 comments on commit fde9843

Please sign in to comment.