fixes another test

This commit is contained in:
Shannon
2014-02-21 18:04:15 +11:00
parent 1f2c00e3be
commit e1022bd5a1

View File

@@ -271,7 +271,7 @@ namespace Umbraco.Tests
public void Resolves_Assigned_Mappers()
{
var foundTypes1 = PluginManager.Current.ResolveAssignedMapperTypes();
Assert.AreEqual(20, foundTypes1.Count());
Assert.AreEqual(21, foundTypes1.Count());
}
[Test]