Skip to content

Commit bba4397

Browse files
binarywangCopilot
andauthored
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>
1 parent 1f38209 commit bba4397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
public class MultiAppIdSwitchoverTest {
2020

2121
private WxPayService payService;
22-
private String testMchId = "1234567890";
23-
private String testAppId1 = "wx1111111111111111";
24-
private String testAppId2 = "wx2222222222222222";
25-
private String testAppId3 = "wx3333333333333333";
22+
private final String testMchId = "1234567890";
23+
private final String testAppId1 = "wx1111111111111111";
24+
private final String testAppId2 = "wx2222222222222222";
25+
private final String testAppId3 = "wx3333333333333333";
2626

2727
@BeforeMethod
2828
public void setup() {

0 commit comments

Comments
 (0)