test: fix typo

This commit is contained in:
Fu Diwei 2022-03-11 17:21:28 +08:00
parent 23d144fef7
commit f7f6b39c38
13 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
{
public class TestCase_ApiExecuteExecutePayTransactionsTests
public class TestCase_ApiExecutePayTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /pay/micropay")]
public async Task TestCase_ApiExecuteExecuteCreatePayMicroPayTests()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteBillTests
public class TestCase_ApiExecuteBillTests
{
[Fact(DisplayName = "测试用例:调用 API [GET] /bill/tradebill")]
public async Task TestExecuteGetBillTradeBill()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteCombineTransactionsTests
public class TestCase_ApiExecuteCombineTransactionsTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /combine-transactions/app")]
public async Task TestExecuteCreateCombineTransactionApp()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMarketingBusifavorTests
public class TestCase_ApiExecuteMarketingBusifavorTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/busifavor/stocks")]
public async Task TestExecuteCreateMarketingBusifavorStock()

View File

@ -6,7 +6,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMarketingFavorTests
public class TestCase_ApiExecuteMarketingFavorTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/favor/coupon-stocks")]
public async Task TestExecuteCreateMarketingFavorStock()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMarketingMediaTests
public class TestCase_ApiExecuteMarketingMediaTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/favor/media/image-upload")]
public async Task TestExecuteUploadMarketingMediaImage()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMarketingPartnershipsTests
public class TestCase_ApiExecuteMarketingPartnershipsTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/partnerships/build")]
public async Task TestExecuteBuildMarketingPartnership()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMarketingPayGiftActivityTests
public class TestCase_ApiExecuteMarketingPayGiftActivityTests
{
[Fact(DisplayName = "测试用例:调用 API [GET] /marketing/paygiftactivity/activities")]
public async Task TestExecuteQueryMarketingPayGiftActivities()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMerchantMediaTests
public class TestCase_ApiExecuteMerchantMediaTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /merchant/media/upload")]
public async Task TestExecuteUploadMerchantServiceImage()

View File

@ -5,7 +5,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteMerchantServiceTests
public class TestCase_ApiExecuteMerchantServiceTests
{
[Fact(DisplayName = "测试用例:调用 API [GET] /merchant-service/complaints-v2")]
public async Task TestExecuteQueryMerchantServiceComplaints()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecutePayTransactionsTests
public class TestCase_ApiExecutePayTransactionsTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /pay/transactions/app")]
public async Task TestExecuteCreatePayTransactionApp()

View File

@ -3,7 +3,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteProfitSharingTests
public class TestCase_ApiExecuteProfitSharingTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /profitsharing/receivers/add")]
public async Task TestExecuteAddProfitSharingReceiver()

View File

@ -4,7 +4,7 @@ using Xunit;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
{
public class TestCase_ApiExecuteExecuteRefundTests
public class TestCase_ApiExecuteRefundTests
{
[Fact(DisplayName = "测试用例:调用 API [POST] /refund/domestic/refunds")]
public async Task TestExecuteCreateRefundDomesticRefund()