Skip to content

Commit 221c139

Browse files
committed
documentcrud test asserted type being returned
1 parent 85f334a commit 221c139

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/Tests/Document/Single/DocumentCrudTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ protected override async Task GetAfterDeleteIsValid() => await AssertOnGetAfterD
9595
{
9696
r.ShouldNotBeValid();
9797
r.Index.Should().NotBeNullOrEmpty();
98-
r.Type.Should().NotBeNullOrEmpty();
9998
r.Id.Should().NotBeNullOrEmpty();
10099
});
101100

0 commit comments

Comments
 (0)