Skip to content

Commit

Permalink
Change testPageTitle to fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Apr 28, 2023
1 parent 9ac4d55 commit 44d4470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onenote/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ConnectionConfig configuration = {
Client oneNoteClient = check new(configuration);
string testNotebookName = "My Notebook";
string testSectionName = "Quick Notes";
string testPageTitle = "Test ccc";
string testPageTitle = "Test Page Title";
string notebookId = "0-1D68E652C4776202!1086";
string sectionId = EMPTY_STRING;
string sectionGroupId = EMPTY_STRING;
Expand Down

0 comments on commit 44d4470

Please sign in to comment.