We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fbef3 commit 21138a8Copy full SHA for 21138a8
Test/Notion.IntegrationTests/PageClientTests.cs
@@ -53,7 +53,7 @@ public async Task InitializeAsync()
53
}
54
55
},
56
- { "Number", new NumberPropertySchema { Number = new Number { Format = "number" } } }
+ { "Number", new NumberPropertySchema { Number = new Number { Format = "number" } } },
57
{"Profile picture", new FilePropertySchema() { Files = new Dictionary<string, object>()}}
58
59
Parent = new ParentPageInput { PageId = _page.Id }
0 commit comments