fix test. add user to controller

This commit is contained in:
Фролов 2022-01-11 08:50:34 +05:00
parent 0050427ccf
commit cb22c0afa5

View File

@ -45,7 +45,7 @@ namespace AsbCloudWebApi.Tests.ControllersTests
controller = new TelemetryAnalyticsController(analyticsService.Object,
wellService.Object);
controller.AddUser();
}
[Fact]