diff --git a/ebike-operations/src/test/java/com/cdzy/operations/EbikeOperationsApplicationTests.java b/ebike-operations/src/test/java/com/cdzy/operations/EbikeOperationsApplicationTests.java index 0fd02f7..1126a15 100644 --- a/ebike-operations/src/test/java/com/cdzy/operations/EbikeOperationsApplicationTests.java +++ b/ebike-operations/src/test/java/com/cdzy/operations/EbikeOperationsApplicationTests.java @@ -14,7 +14,7 @@ class EbikeOperationsApplicationTests { private EbikeBikeInfoMapper ebikeBikeInfoMapper; @Test - void contextLoads() throws Exception { + void contextLoads(){ EbikeBikeInfo bikeInfo = new EbikeBikeInfo(); // 创建测试点:X经度、纬度 PGpoint point =new PGpoint(116.3974, 39.9093);