finished writing unit tests for Quote Controller added unit test for character controller when no character is found for a given valid object id

This commit is contained in:
StevanFreeborn
2022-07-11 12:46:12 -05:00
parent dbed2a0e36
commit c492f57980
4 changed files with 150 additions and 4 deletions
@@ -7,7 +7,7 @@ using server.tests.Options;
using System.Net;
using System.Text.Json;
namespace server.tests.v1.integrationTests
namespace server.tests.v1.IntegrationTests
{
public class SeasonsControllerIntegrationTests
{