BAEL-4844: Fixing the indentation.
This commit is contained in:
parent
cfee931194
commit
78faf1e871
@ -19,8 +19,10 @@ public class MyTracedServiceConsumerUnitTest {
|
||||
|
||||
@Test
|
||||
public void whenCallingConsumer_thenServiceIsCalled() {
|
||||
doNothing().when(myTracedService).performSomeLogic();
|
||||
doNothing().when(myTracedService).performSomeAdditionalLogic();
|
||||
doNothing().when(myTracedService)
|
||||
.performSomeLogic();
|
||||
doNothing().when(myTracedService)
|
||||
.performSomeAdditionalLogic();
|
||||
|
||||
new MyTracedServiceConsumer(myTracedService);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user