Skip to content

Commit

Permalink
Merge pull request #57 from AzeemMuzammil/fix-test-failure
Browse files Browse the repository at this point in the history
Fix `testCreateMailSearchFolder` test failure
  • Loading branch information
AzeemMuzammil authored Jun 4, 2024
2 parents 47d9353 + 52f292c commit 32380aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function testDeleteMailFolder() {
function testCreateMailSearchFolder() {
log:printInfo("outlookClient->testCreateMailSearchFolder()");
MailSearchFolder mailSearchFolder = {
displayName: "TestSearch_04",
displayName: "TestSearch",
includeNestedFolders: true,
sourceFolderIds: ["inbox"],
filterQuery: "contains(subject, 'weekly digest')"
Expand Down

0 comments on commit 32380aa

Please sign in to comment.