We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f685 commit b8d5c7eCopy full SHA for b8d5c7e
2 files changed
AnyDiff/AnyDiff.Tests/IgnoreTests.cs
@@ -188,7 +188,7 @@ public void ShouldInclude_AllChildren_NoInheritance()
188
);
189
// only the ComplexChildId should have changed
190
Assert.AreEqual(1, diff.Count);
191
- Assert.AreEqual(".Children.ComplexChildId", diff.First().Path);
+ Assert.AreEqual(".Children[1].ComplexChildId", diff.First().Path);
192
Assert.AreEqual(2, diff.First().LeftValue);
193
Assert.AreEqual(3, diff.First().RightValue);
194
}
0 commit comments