We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f334a commit 221c139Copy full SHA for 221c139
src/Tests/Tests/Document/Single/DocumentCrudTests.cs
@@ -95,7 +95,6 @@ protected override async Task GetAfterDeleteIsValid() => await AssertOnGetAfterD
95
{
96
r.ShouldNotBeValid();
97
r.Index.Should().NotBeNullOrEmpty();
98
- r.Type.Should().NotBeNullOrEmpty();
99
r.Id.Should().NotBeNullOrEmpty();
100
});
101
0 commit comments