Skip to content

Commit e66d006

Browse files
committed
Remove interview package.
1 parent 770ea68 commit e66d006

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

src/test/java/com/github/streams/practice/employee/ignore/domain_related/dummy_data/DummyEmployees.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.github.streams.practice.employee.ignore.domain_related.dummy_data;
22

3-
import static com.github.streams.interview.problems.employee.ignore.domain_related.Department.*;
3+
import static com.github.streams.practice.employee.ignore.domain_related.Department.*;
44
import static java.util.List.of;
55

66
import com.github.streams.practice.employee.ignore.domain_related.Department;

src/test/java/com/github/streams/practice/strings/problems/O_UniqueEmailCount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.github.streams.practice.strings.problems;
22

33
import com.github.streams.practice.ProblemSolutions;
4-
import com.github.streams.interview.problems.employee.ignore.domain_related.Identity;
4+
import com.github.streams.practice.employee.ignore.domain_related.Identity;
55
import java.util.List;
66
import java.util.Map;
77
import net.datafaker.Faker;

src/test/java/module-info.java

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@
55
requires static lombok;
66

77
// INTERVIEW
8-
opens com.github.streams.interview.problems.numbers to
9-
org.junit.platform.commons;
10-
opens com.github.streams.interview.problems.strings to
11-
org.junit.platform.commons;
12-
opens com.github.streams.interview.problems.employee to
13-
org.junit.platform.commons;
14-
opens com.github.streams.interview to
15-
org.junit.platform.commons;
16-
17-
// LEARN
18-
opens com.github.streams.learn.ignore.inprogress to
8+
opens com.github.streams.practice.employee to
199
org.junit.platform.commons;
2010
opens com.github.streams.learn.functional_interfaces to
2111
org.junit.platform.commons;
@@ -27,6 +17,8 @@
2717
// PRACTICE
2818
opens com.github.streams.practice.strings to
2919
org.junit.platform.commons;
20+
opens com.github.streams.learn.ignore.inprogress to
21+
org.junit.platform.commons;
3022
opens com.github.streams.practice.numbers to
3123
org.junit.platform.commons;
3224
opens com.github.streams.practice.numbers.problems to

0 commit comments

Comments
 (0)