This commit is contained in:
ShvaykaD 2020-10-26 16:38:57 +02:00 committed by Andrew Shvayka
parent b78d9ca189
commit 606ae2e534

View File

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