提交 54948a54 编写于 作者: C CTI777

Indentation level corrected

上级 0f0d5e98
......@@ -123,10 +123,9 @@ public class TaskRuntimeStandaloneTaskTest {
securityUtil.logInAs("salaboy");
//when
Throwable throwable = catchThrowable(() ->
taskRuntime.create(TaskPayloadBuilder.create()
.withAssignee("salaboy")
.build()));
Throwable throwable = catchThrowable(() -> taskRuntime.create(TaskPayloadBuilder.create()
.withAssignee("salaboy")
.build()));
//then
assertThat(throwable)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册