Included space between methods
This commit is contained in:
@@ -21,6 +21,7 @@ public class CharacterUnitTest {
|
||||
.expectComplete()
|
||||
.verify();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenCreatingCharactersWithMultipleThreads_thenSequenceIsProducedAsynchronously() throws InterruptedException {
|
||||
CharacterGenerator characterGenerator = new CharacterGenerator();
|
||||
|
||||
Reference in New Issue
Block a user