chore: update to dotnet 8

This commit is contained in:
Stevan Freeborn
2024-10-01 20:50:03 -05:00
parent b9c84dc189
commit 57d836797d
5 changed files with 5444 additions and 3262 deletions
@@ -92,6 +92,7 @@ namespace server.tests.v1.UnitTests
character.Should().BeOfType<Quote>();
}
[Fact]
public async Task GetQuoteByIdAsync_ValidIdForNonExistentQuote_Returns404StatusCodeWithProblemDetails()
{
var quoteId = "62b7d5506c1b407771829926";