Included space between methods

This commit is contained in:
Somnath Musib 2022-04-25 10:14:51 +05:30
parent 5e1fdd53f0
commit 3d98763c50
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class CharacterUnitTest {
.expectComplete()
.verify();
}
@Test
public void whenCreatingCharactersWithMultipleThreads_thenSequenceIsProducedAsynchronously() throws InterruptedException {
CharacterGenerator characterGenerator = new CharacterGenerator();