From bd5054d9d88bbc4e42899ff0950e9d65f06b170a Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Sun, 11 Sep 2022 01:43:23 +0530 Subject: [PATCH] fix broken integration tests --- Test/Notion.IntegrationTests/IPageClientTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Test/Notion.IntegrationTests/IPageClientTests.cs b/Test/Notion.IntegrationTests/IPageClientTests.cs index acdab301..dbf74a90 100644 --- a/Test/Notion.IntegrationTests/IPageClientTests.cs +++ b/Test/Notion.IntegrationTests/IPageClientTests.cs @@ -53,7 +53,7 @@ public async Task CreateAsync_CreatesANewPage() .DatabaseId.Should().Be(_databaseId); page.Properties.Should().ContainKey("Name"); - var pageProperty = page.Properties["Name"].Should().BeOfType().Subject; + var pageProperty = page.Properties["Name"].Should().BeOfType().Subject; var titleProperty = (ListPropertyItem)await _client.Pages.RetrievePagePropertyItem(new RetrievePropertyItemParameters { @@ -105,7 +105,7 @@ public async Task Bug_unable_to_create_page_with_select_property() .DatabaseId.Should().Be(_databaseId); page.Properties.Should().ContainKey("Name"); - var pageProperty = page.Properties["Name"].Should().BeOfType().Subject; + var pageProperty = page.Properties["Name"].Should().BeOfType().Subject; var titleProperty = (ListPropertyItem)await _client.Pages.RetrievePagePropertyItem(new RetrievePropertyItemParameters {