anton-johansson / e-home

An E-Home controller server.
Apache License 2.0
1 stars 0 forks source link

Unit testing configService.modify #19

Open anton-johansson opened 6 years ago

anton-johansson commented 6 years ago

We're just asserting that this method is called. But since it's accepting a Consumer<Config>, we don't really verify what is actually happening in the consumer...