Commit 606ae2e5347c9646be2d29290b0455fbe348f8d7

Authored by ShvaykaD
Committed by Andrew Shvayka
1 parent b78d9ca1

fix typo

... ... @@ -252,7 +252,6 @@ public class TbAlarmNodeTest {
252 252
253 253 verify(ctx).enqueue(any(), successCaptor.capture(), failureCaptor.capture());
254 254 successCaptor.getValue().run();
255   -
256 255 verify(ctx).tellNext(any(), eq("Updated"));
257 256
258 257 ArgumentCaptor<TbMsg> msgCaptor = ArgumentCaptor.forClass(TbMsg.class);
... ...