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
@@ -6,7 +6,7 @@ using server.Models;
using server.Persistence.Repositories;
using System.Net;
namespace server.tests.v1.unitTests
namespace server.tests.v1.UnitTests
{
public class SeasonsControllerUnitTests
{