Skip to content

Commit 8b764f5

Browse files
committed
test(work): 补充测试用例
1 parent ec612b6 commit 8b764f5

1,288 files changed

Lines changed: 18 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/SKIT.FlurlHttpClient.Wechat.Work/ExtendedSDK/Finance/Models/DecryptChatRecordResponse.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ public class VoIPDocumentShareMessage : Abstractions.VoIPDocumentShareMessage
105105
{
106106
}
107107

108+
public class ExternalRedPacketMessage : Abstractions.ExternalRedPacketMessage
109+
{
110+
}
111+
108112
public class ChannelsFeedMessage : Abstractions.ChannelsFeedMessage
109113
{
110114
}

src/SKIT.FlurlHttpClient.Wechat.Work/ExtendedSDK/Finance/Models/__Abstractions/ChatMessage.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,10 @@ public class VoIPDocumentShareMessage : ChatMessageBase
932932
public int FileSize { get; set; }
933933
}
934934

935+
public class ExternalRedPacketMessage : RedPacketMessage
936+
{
937+
}
938+
935939
public class ChannelsFeedMessage : ChatMessageBase
936940
{
937941
/// <summary>

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/AdvancedFeature/FinishVipAccountApprovalEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/AdvancedFeature/FinishVipAccountApprovalEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/AdvancedFeature/SubmitVipAccountApprovalEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/AdvancedFeature/SubmitVipAccountApprovalEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Agent/SwitchWorkbenchModeEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Agent/SwitchWorkbenchModeEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Approval/OpenApprovalChangeEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Approval/OpenApprovalChangeEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Approval/SystemApprovalChangeEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Approval/SystemApprovalChangeEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Batch/BatchJobResultEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Batch/BatchJobResultEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Chain/ChangeChainEvent.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Chain/ChangeChainEvent.xml

File renamed without changes.

test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/Contact/ChangeContactEvent.CreateParty.xml renamed to test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/EventSamples/_/Contact/ChangeContactEvent.CreateParty.xml

File renamed without changes.

0 commit comments

Comments
 (0)