BAEL-6212: fixed indentation
This commit is contained in:
parent
d12badec9b
commit
155bc80737
@ -15,7 +15,7 @@ public class RichDomainModelUnitTest {
|
|||||||
game.wonPoint("server");
|
game.wonPoint("server");
|
||||||
|
|
||||||
assertThat(game.getScore())
|
assertThat(game.getScore())
|
||||||
.isEqualTo("Forty-Love");
|
.isEqualTo("Forty-Love");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -28,6 +28,6 @@ public class RichDomainModelUnitTest {
|
|||||||
game.wonPoint("receiver");
|
game.wonPoint("receiver");
|
||||||
|
|
||||||
assertThat(game.getScore())
|
assertThat(game.getScore())
|
||||||
.isEqualTo("Thirty-All");
|
.isEqualTo("Thirty-All");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user