Commit d6f843a
committed
Fix mock return value
The `set_power()` method is from the microgrid client, not the protobuf
stub, so it should really return `None` instead of `Empty`.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent 5a52504 commit d6f843a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
282 | 281 | | |
283 | 282 | | |
284 | 283 | | |
285 | | - | |
| 284 | + | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| |||
0 commit comments