Skip to content

Commit

Permalink
πŸ”₯ : remove redundant throws clause
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Sep 17, 2021
1 parent a230bdd commit 164fdcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class StepRepositoryIT extends SharedMongoContainerTest {
StepRepository stepRepository;

@Test
void jobShouldBeSavedWithLogs() throws IOException {
void jobShouldBeSavedWithLogs() {
var step = new Step(StepType.PLAN, "42");
step.setId("12");
step.setLogs(List.of("some logs"));
Expand Down

0 comments on commit 164fdcd

Please sign in to comment.