Skip to content

Commit

Permalink
Merge pull request #39 from AzeemMuzammil/fix-test-failure
Browse files Browse the repository at this point in the history
Fix assertion test failure
  • Loading branch information
NipunaRanasinghe authored Apr 28, 2023
2 parents 9ac4d55 + 44d4470 commit 1e6df33
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 1e6df33

Please sign in to comment.