BAEL-2403: Immutable Map implementations in Java - Changed file name

This commit is contained in:
Yatendra Goel 2018-12-03 22:53:00 +05:30
parent 2e36db6b32
commit 3b30ae74ce

View File

@ -13,7 +13,7 @@ import org.junit.jupiter.api.Test;
import com.google.common.collect.ImmutableMap;
public class ImmutableMapTest {
public class ImmutableMapUnitTest {
@Test
public void whenCollectionsUnModifiableMapMethod_thenOriginalCollectionChangesReflectInUnmodifiableMap() {