mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-22 03:19:55 +08:00
chore: upgrade dependencies
This commit is contained in:
@@ -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()
|
||||
@@ -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()
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user