Fix unit tests

(cherry picked from commit 82e11d7e0a)
This commit is contained in:
Sebastiaan Janssen
2019-08-21 12:45:06 +02:00
committed by Warren Buckley
parent ccc2a0e811
commit 08c3b6bff5

View File

@@ -268,7 +268,7 @@ AnotherContentFinder
public void GetDataEditors()
{
var types = _typeLoader.GetDataEditors();
Assert.AreEqual(38, types.Count());
Assert.AreEqual(39, types.Count());
}
/// <summary>