mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
chore: upgrade dependencies
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Text;
|
||||
using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
|
||||
{
|
||||
public class TestCase_AESUtilityTests
|
||||
public class TestCase_ToolsAESUtilityTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:AES-ECB 解密")]
|
||||
public void TestAESGCMDecrypt()
|
@@ -3,7 +3,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
|
||||
{
|
||||
public class TestCase_XmlUtilityTests
|
||||
public class TestCase_ToolsXmlUtilityTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:XML2JSON")]
|
||||
public void TestXmlConvertToJson()
|
Reference in New Issue
Block a user