Skip to content

Commit

Permalink
Merge pull request #353 from ballerina-platform/check-build-temp
Browse files Browse the repository at this point in the history
Fix Salesforce build failure
  • Loading branch information
aashikam authored Jul 16, 2024
2 parents 0b7184c + 3eebcfe commit e9bc4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ballerina/modules/soap/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ function testconvertLead() {
@test:AfterSuite {}
function testDeleteRecord() returns error? {
check restClient->delete("Account", accountId);
check restClient->delete("Lead", leadId);
}

0 comments on commit e9bc4ee

Please sign in to comment.