From bba43974d7322a9b592a69a30aa97b87fec13706 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Fri, 16 Jan 2026 16:40:30 +0800 Subject: [PATCH] Update weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../wxpay/service/impl/MultiAppIdSwitchoverTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java b/weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java index c75279c0e..c88766bfa 100644 --- a/weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java +++ b/weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java @@ -19,10 +19,10 @@ import static org.testng.Assert.*; public class MultiAppIdSwitchoverTest { private WxPayService payService; - private String testMchId = "1234567890"; - private String testAppId1 = "wx1111111111111111"; - private String testAppId2 = "wx2222222222222222"; - private String testAppId3 = "wx3333333333333333"; + private final String testMchId = "1234567890"; + private final String testAppId1 = "wx1111111111111111"; + private final String testAppId2 = "wx2222222222222222"; + private final String testAppId3 = "wx3333333333333333"; @BeforeMethod public void setup() {