Skip to content

Commit 2c94a50

Browse files
Adjust CommentsClient Tests
1 parent 30203e5 commit 2c94a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Notion.IntegrationTests/CommentsClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public async Task ShouldCreateADiscussionComment()
7878
);
7979

8080
// Arrange
81-
Assert.Null(response.Parent);
81+
Assert.NotNull(response.Parent);
8282
Assert.NotNull(response.Id);
8383
Assert.Equal(comment.DiscussionId, response.DiscussionId);
8484

0 commit comments

Comments
 (0)