Skip to content

Commit 21138a8

Browse files
committed
fix
1 parent 40fbef3 commit 21138a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Notion.IntegrationTests/PageClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public async Task InitializeAsync()
5353
}
5454
}
5555
},
56-
{ "Number", new NumberPropertySchema { Number = new Number { Format = "number" } } }
56+
{ "Number", new NumberPropertySchema { Number = new Number { Format = "number" } } },
5757
{"Profile picture", new FilePropertySchema() { Files = new Dictionary<string, object>()}}
5858
},
5959
Parent = new ParentPageInput { PageId = _page.Id }

0 commit comments

Comments
 (0)