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 2bdd793 commit f16352fCopy full SHA for f16352f
‎Src/Notion.Client/Models/Blocks/BreadcrumbBlock.cs‎
@@ -11,7 +11,6 @@ public class BreadcrumbBlock : Block
11
12
public class Data
13
{
14
-
15
}
16
17
‎Test/Notion.IntegrationTests/IBlocksClientTests.cs‎
@@ -68,7 +68,6 @@ public async Task UpdateBlobkAsync_UpdatesGivenBlock()
68
var blockId = blocks.Results.First().Id;
69
await _client.Blocks.UpdateAsync(blockId, new BreadcrumbUpdateBlock());
70
71
72
blocks = await _client.Blocks.RetrieveChildrenAsync(pageId);
73
blocks.Results.Should().HaveCount(1);
74
0 commit comments