fix tests

This commit is contained in:
Shannon
2017-07-03 17:58:04 +10:00
parent ff02b28d26
commit 94b0cb04da

View File

@@ -294,7 +294,7 @@ AnotherContentFinder
{
var trees = _manager.ResolveAttributedTrees();
// commit 6c5e35ec2cbfa31be6790d1228e0c2faf5f55bc8 brings the count down to 14
Assert.AreEqual(12, trees.Count());
Assert.AreEqual(9, trees.Count());
}
[Test]
@@ -308,7 +308,7 @@ AnotherContentFinder
public void Resolves_Trees()
{
var trees = _manager.ResolveTrees();
Assert.AreEqual(37, trees.Count());
Assert.AreEqual(35, trees.Count());
}
[Test]