We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee390ed commit 9872f2aCopy full SHA for 9872f2a
1 file changed
tests/BookStore.AppHost.Tests/AuthorCrudTests.cs
@@ -91,7 +91,7 @@ public async Task DeleteAuthor_ShouldReturnNoContent()
91
try
92
{
93
_ = await client.GetAuthorAsync(author!.Id);
94
- // Admin API GetAuthor might still return it? Or return 404?
+ // Admin API GetAuthor might still return it? Or return 404?
95
// If SoftDelete, it typically returns 404 for regular Get unless included.
96
// Assuming failure or handled exception.
97
// If it returns, we might check IsDeleted if available.
0 commit comments