Auth #4

Closed
csimonapastore wants to merge 1 commits from auth into main
Showing only changes of commit 2d52727da9 - Show all commits

View File

@@ -15,10 +15,10 @@ using BasicDotnetTemplate.MainProject.Models.Settings;
namespace BasicDotnetTemplate.MainProject.Tests;
[TestClass]
public class BaseController_Tests
public class VersionController_Tests
{
[TestMethod]
public void BaseController_NullConfiguration()
public void VersionController_NullConfiguration()
{
Environment.SetEnvironmentVariable("ASPNETCORE_ENVIRONMENT", "Development");
var exception = true;