mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
MySQL migration
This commit is contained in:
@@ -104,8 +104,6 @@ public class FriendsControllerTests
|
||||
var objectResult = result as ObjectResult;
|
||||
Assert.That(objectResult.StatusCode, Is.EqualTo(500));
|
||||
}
|
||||
|
||||
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using Govor.Application.Validators; // или другой namespace
|
||||
using Govor.Application.Exceptions.AuthService;
|
||||
using Govor.Application.Infrastructure.Validators;
|
||||
|
||||
namespace Govor.API.Tests.UnitTests.Services.Validators;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user