1
0
mirror of synced 2026-02-16 18:28:09 +08:00

🐛 #1864 【微信支付】WxPayConfig类的hashCode和equals方法移除 verifier 字段

This commit is contained in:
JoeWoo
2020-11-11 23:48:38 +08:00
committed by GitHub
parent 4af70b2c7c
commit f301912154
2 changed files with 8 additions and 0 deletions

View File

@@ -31,4 +31,10 @@ public class WxPayConfigTest {
this.testInitSSLContext_classpath();
this.testInitSSLContext_http();
}
@Test
@SuppressWarnings("ResultOfMethodCallIgnored")
public void testHashCode() {
payConfig.hashCode();
}
}