rename unit test

This commit is contained in:
priyank-sriv 2019-12-02 20:04:20 +05:30
parent 76fa560184
commit 123551a02b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import java.util.Map;
import static org.junit.Assert.assertEquals;
public class MedianOfIntegerStreamTest {
public class MedianOfIntegerStreamUnitTest {
@Test
public void givenStreamOfIntegers_whenAnElementIsRead_thenMedianChangesWithApproach1() {