From 6562be93d8564a9797386b79b82c8c33765eb948ff530e8e100bd2fd28846553 Mon Sep 17 00:00:00 2001 From: attiya <2413103649@qq.com> Date: Fri, 17 Oct 2025 14:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9D=90=E6=A0=87=E7=B3=BB=E7=9A=84=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E3=80=81=E5=8F=8D=E5=BA=8F=E5=88=97=E5=8C=96?= =?UTF-8?q?=E3=80=81=E7=B1=BB=E5=9E=8B=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/cdzy/operations/EbikeOperationsApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);