Update automapper
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using Heroic.AutoMapper;
|
||||
using InventoryTraker.Web.Core;
|
||||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace InventoryTraker.Web.Tests
|
||||
{
|
||||
@@ -10,7 +8,7 @@ namespace InventoryTraker.Web.Tests
|
||||
[OneTimeSetUp]
|
||||
public void S()
|
||||
{
|
||||
HeroicAutoMapperConfigurator.LoadMapsFromAssemblyContainingTypeAndReferencedAssemblies<Inventory>();
|
||||
AutoMapperConfig.Configure();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user