Skip to content

Commit 9872f2a

Browse files
committed
fix(tests): update comment for clarity on Admin API GetAuthor behavior
1 parent ee390ed commit 9872f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BookStore.AppHost.Tests/AuthorCrudTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public async Task DeleteAuthor_ShouldReturnNoContent()
9191
try
9292
{
9393
_ = await client.GetAuthorAsync(author!.Id);
94-
// Admin API GetAuthor might still return it? Or return 404?
94+
// Admin API GetAuthor might still return it? Or return 404?
9595
// If SoftDelete, it typically returns 404 for regular Get unless included.
9696
// Assuming failure or handled exception.
9797
// If it returns, we might check IsDeleted if available.

0 commit comments

Comments
 (0)