Skip to content

Commit ba6add7

Browse files
committed
fix tests module info not importing correctly
1 parent 4c825fd commit ba6add7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/java/module-info.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
module lanat.test {
1+
module darvil.lanat.test {
22
requires org.junit.jupiter.api;
3-
requires lanat;
3+
requires darvil.lanat;
44
requires org.jetbrains.annotations;
55
requires utils;
66
requires textFormatter;
77

8-
exports lanat.tests to lanat, org.junit.platform.commons, utils;
9-
exports lanat.tests.parser.commandTemplates to lanat, org.junit.platform.commons, utils;
10-
exports lanat.tests.parser to lanat, org.junit.platform.commons, utils;
8+
exports lanat.tests to darvil.lanat, org.junit.platform.commons, utils;
9+
exports lanat.tests.parser.commandTemplates to darvil.lanat, org.junit.platform.commons, utils;
10+
exports lanat.tests.parser to darvil.lanat, org.junit.platform.commons, utils;
1111
}

0 commit comments

Comments
 (0)