Update JsonDeltaFormatterUnitTests.cs

master
William Bishop 2023-01-16 17:02:08 -06:00
parent 88937bdf8e
commit c2b2458823
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ namespace JsonDiffPatchDotNet.UnitTests
var paths = operations.Select(o => o.Path).ToList();
// removal of the array item at index 1 should come before the item at index 0
Assert.Less(paths.IndexOf("/i/a/a/1"), paths.IndexOf("/i/a/a/0"));
}
public void Format_EscapeOfJsonPointer_Success()
{