Skip to content

Commit

Permalink
Fix JUnit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Jan 20, 2025
1 parent 2e9d6be commit 237303c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ public SELF addReference(String memberName, Object object) throws Exception {
.map(OpenemsComponent.class::cast) //
.forEach(this::addComponent);

Check warning on line 708 in io.openems.edge.common/src/io/openems/edge/common/test/AbstractComponentTest.java

View check run for this annotation

Codecov / codecov/patch

io.openems.edge.common/src/io/openems/edge/common/test/AbstractComponentTest.java#L704-L708

Added lines #L704 - L708 were not covered by tests

default -> doNothing();
case null, default -> doNothing();

Check warning on line 710 in io.openems.edge.common/src/io/openems/edge/common/test/AbstractComponentTest.java

View check run for this annotation

Codecov / codecov/patch

io.openems.edge.common/src/io/openems/edge/common/test/AbstractComponentTest.java#L710

Added line #L710 was not covered by tests
}

return this.self();
Expand Down

0 comments on commit 237303c

Please sign in to comment.