Commit 606ae2e5347c9646be2d29290b0455fbe348f8d7
Committed by
Andrew Shvayka
1 parent
b78d9ca1
fix typo
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -252,7 +252,6 @@ public class TbAlarmNodeTest { | @@ -252,7 +252,6 @@ public class TbAlarmNodeTest { | ||
252 | 252 | ||
253 | verify(ctx).enqueue(any(), successCaptor.capture(), failureCaptor.capture()); | 253 | verify(ctx).enqueue(any(), successCaptor.capture(), failureCaptor.capture()); |
254 | successCaptor.getValue().run(); | 254 | successCaptor.getValue().run(); |
255 | - | ||
256 | verify(ctx).tellNext(any(), eq("Updated")); | 255 | verify(ctx).tellNext(any(), eq("Updated")); |
257 | 256 | ||
258 | ArgumentCaptor<TbMsg> msgCaptor = ArgumentCaptor.forClass(TbMsg.class); | 257 | ArgumentCaptor<TbMsg> msgCaptor = ArgumentCaptor.forClass(TbMsg.class); |