Skip to content

Commit f74115c

Browse files
committed
Add C_UniqueEmailAddresses.java
1 parent 23f4280 commit f74115c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/github/streams/practice/a_easy/numbers/problems/C_UniqueEmailAddresses.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import com.github.streams.practice.a_easy.numbers.EasyNumbersProblemSolution;
44
import java.util.List;
55
import org.junit.jupiter.api.Assertions;
6+
import org.junit.jupiter.api.Disabled;
67
import org.junit.jupiter.api.Test;
78

89
/**
@@ -12,6 +13,7 @@
1213
*/
1314
class C_UniqueEmailAddresses {
1415
@Test
16+
@Disabled
1517
void uniqueEmailAddresses() {
1618
final var input =
1719
List.of(

0 commit comments

Comments
 (0)