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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user