chore: upgrade dependencies

This commit is contained in:
Fu Diwei
2023-03-09 18:15:49 +08:00
parent 1e3ed8e9fb
commit 68c1a7ba93
16 changed files with 23 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
using Xunit;
using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
{
public class TestCase_AESUtilityTests
public class TestCase_ToolsAESUtilityTests
{
[Fact(DisplayName = "测试用例AES-CBC 解密")]
public void TestAESCBCDecryption()

View File

@@ -1,8 +1,8 @@
using Xunit;
using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
{
public class TestCase_HashUtilityTests
public class TestCase_ToolsHashUtilityTests
{
[Fact(DisplayName = "测试用例SHA-1 信息摘要")]
public void TestSHA1Hash()

View File

@@ -2,7 +2,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.Api.UnitTests
{
public class TestCase_WxMsgCryptorTests
public class TestCase_ToolsWxMsgCryptorTests
{
[Fact(DisplayName = "测试用例:验签并解密回调数据")]
public void TestVerifyAndDecryptEvent()