File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
src/test/java/com/github/davidmoten/geo/mem Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 2626 </dependency >
2727 <!-- Test Dependencies -->
2828 <dependency >
29- <groupId >junit</groupId >
30- <artifactId >junit</artifactId >
31- <version >4.13.2 </version >
29+ <groupId >org. junit.jupiter </groupId >
30+ <artifactId >junit-jupiter-api </artifactId >
31+ <version >5.11.3 </version >
3232 <scope >test</scope >
3333 </dependency >
3434 <dependency >
Original file line number Diff line number Diff line change 11package com .github .davidmoten .geo .mem ;
22
3- import static org .junit .Assert .assertEquals ;
4- import static org .junit .Assert .assertFalse ;
5- import static org .junit .Assert .assertTrue ;
6-
73import java .util .List ;
84import java .util .UUID ;
9-
10- import org .junit .Test ;
11-
125import com .google .common .base .Optional ;
136import com .google .common .base .Predicate ;
147import com .google .common .collect .Lists ;
8+ import org .junit .jupiter .api .Test ;
9+
10+ import static org .junit .jupiter .api .Assertions .*;
1511
1612public class GeomemTest {
1713
@@ -118,7 +114,7 @@ public void testGeomemFindWhenOneEntryOutsideRegion() {
118114 /**
119115 * Indicates 4.5MB per 1000 records. Thus one million entries needs 4500
120116 * entries.
121- *
117+ *
122118 * @throws InterruptedException
123119 */
124120 @ Test
You can’t perform that action at this time.
0 commit comments