Skip to content

Commit e6bd737

Browse files
committed
Update ListsTest.java
1 parent c909781 commit e6bd737

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • microsphere-java-core/src/test/java/io/microsphere/collection

microsphere-java-core/src/test/java/io/microsphere/collection/ListsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package io.microsphere.collection;
22

33
import io.microsphere.AbstractTestCase;
4+
import io.microsphere.junit.jupiter.api.extension.annotation.UtilsTestExtension;
45
import org.junit.jupiter.api.Test;
56

67
import static io.microsphere.collection.ListUtils.of;
@@ -15,6 +16,7 @@
1516
* @see Lists
1617
* @since 1.0.0
1718
*/
19+
@UtilsTestExtension
1820
public class ListsTest extends AbstractTestCase {
1921

2022
@Test

0 commit comments

Comments
 (0)