Skip to content

Commit f16352f

Browse files
Fix code factor issues 🚨
1 parent 2bdd793 commit f16352f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎Src/Notion.Client/Models/Blocks/BreadcrumbBlock.cs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class BreadcrumbBlock : Block
1111

1212
public class Data
1313
{
14-
1514
}
1615
}
1716
}

‎Test/Notion.IntegrationTests/IBlocksClientTests.cs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public async Task UpdateBlobkAsync_UpdatesGivenBlock()
6868
var blockId = blocks.Results.First().Id;
6969
await _client.Blocks.UpdateAsync(blockId, new BreadcrumbUpdateBlock());
7070

71-
7271
blocks = await _client.Blocks.RetrieveChildrenAsync(pageId);
7372
blocks.Results.Should().HaveCount(1);
7473

0 commit comments

Comments
 (0)