chore: update to dotnet 8
This commit is contained in:
@@ -92,6 +92,7 @@ namespace server.tests.v1.UnitTests
|
||||
character.Should().BeOfType<Quote>();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task GetQuoteByIdAsync_ValidIdForNonExistentQuote_Returns404StatusCodeWithProblemDetails()
|
||||
{
|
||||
var quoteId = "62b7d5506c1b407771829926";
|
||||
|
||||
Reference in New Issue
Block a user