Skip to content

Commit 22f6294

Browse files
Fix code factor analysis issues 🎨
1 parent ff6f6bb commit 22f6294

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Test/Notion.UnitTests/PagesClientTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public async Task RetrieveAsync()
3939
page.Parent.Type.Should().Be(ParentType.DatabaseId);
4040
((DatabaseParent)page.Parent).DatabaseId.Should().Be("48f8fee9-cd79-4180-bc2f-ec0398253067");
4141
page.IsArchived.Should().BeFalse();
42-
4342
}
4443

4544
[Fact]
@@ -49,7 +48,6 @@ public async Task CreateAsync()
4948

5049
var jsonData = await File.ReadAllTextAsync("data/pages/CreatePageResponse.json");
5150

52-
5351
Server.Given(CreatePostRequestBuilder(path))
5452
.RespondWith(
5553
Response.Create()
@@ -79,7 +77,6 @@ public async Task CreateAsync()
7977
page.Properties.Should().HaveCount(1);
8078
page.Properties.First().Key.Should().Be("Name");
8179
page.IsArchived.Should().BeFalse();
82-
8380
}
8481

8582
[Fact]
@@ -127,7 +124,6 @@ public async Task PageObjectShouldHaveUrlProperty()
127124
var page = await _client.RetrieveAsync(pageId);
128125

129126
page.Url.Should().Be("https://www.notion.so/Avocado-251d2b5f268c4de2afe9c71ff92ca95c");
130-
131127
}
132128
}
133129
}

0 commit comments

Comments
 (0)