Skip to content

Commit b8d5c7e

Browse files
MohammadHadi2031replaysMike
authored andcommitted
fix #27
1 parent d03f685 commit b8d5c7e

2 files changed

Lines changed: 41 additions & 33 deletions

File tree

AnyDiff/AnyDiff.Tests/IgnoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void ShouldInclude_AllChildren_NoInheritance()
188188
);
189189
// only the ComplexChildId should have changed
190190
Assert.AreEqual(1, diff.Count);
191-
Assert.AreEqual(".Children.ComplexChildId", diff.First().Path);
191+
Assert.AreEqual(".Children[1].ComplexChildId", diff.First().Path);
192192
Assert.AreEqual(2, diff.First().LeftValue);
193193
Assert.AreEqual(3, diff.First().RightValue);
194194
}

0 commit comments

Comments
 (0)