Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe("Tests for Outbound Command Event Handler", () => {

// TESTS FOR PARTY LOOKUP

test("1. When inbound command event ProcessSDKOutboundBulkRequest is received \
test.only("1. When inbound command event ProcessSDKOutboundBulkRequest is received \
Then outbound event SDKOutboundBulkPartyInfoRequested should be published \
And Global state should be updated to RECEIVED.", async () => {

Expand Down Expand Up @@ -762,6 +762,7 @@ describe("Tests for Outbound Command Event Handler", () => {
expect(hasAcceptPartyEvent).toBeTruthy();
});

// This is still failing as the functionality is not added yet
test.skip("9. Given inbound command event ProcessSDKOutboundBulkAcceptPartyInfo is received \
Then the logic should loop through individual transfer in the bulk request \
And update the individual transfer state to DISCOVERY_ACCEPTED or DISCOVERY_REJECTED based on the value in the incoming event \
Expand Down