File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments