Skip to content

Commit dd6d48e

Browse files
Copilotbinarywang
andauthored
修复测试文件中多余的空行
Agent-Logs-Url: https://github.com/binarywang/WxJava/sessions/4f76043e-c058-4838-8d60-a43a1c878544 Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
1 parent 0dfd466 commit dd6d48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

weixin-java-pay/src/test/java/com/github/binarywang/wxpay/bean/result/WxPayUnifiedOrderV3ResultTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ public void testAppResultJsonSerializationPackageFieldName() throws Exception {
250250
Assert.assertEquals(jsonObject.get("package").getAsString(), "Sign=WXPay");
251251
}
252252

253-
254-
@Test(expectedExceptions = IllegalArgumentException.class,
253+
@Test(expectedExceptions = IllegalArgumentException.class,
255254
expectedExceptionsMessageRegExp = "prepayId, appId 和 privateKey 不能为空")
256255
public void testGetJsapiPayInfoWithNullPrepayId() {
257256
WxPayUnifiedOrderV3Result.getJsapiPayInfo(null, "appId", null);

0 commit comments

Comments
 (0)