add tests

This commit is contained in:
Carsten Otto
2022-05-10 22:25:56 +02:00
committed by Carsten Otto
parent 63b3ef0e4d
commit fe341b0249
2 changed files with 83 additions and 2 deletions

View File

@@ -25,6 +25,4 @@ public record ChannelDetailsDto(
RebalanceReportDto rebalanceReport,
Set<String> warnings
) {
}