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