Fix tests

This commit is contained in:
Pieter Vander Vennet 2024-08-25 02:50:28 +02:00
parent d875dffe1c
commit 006941d21b
2 changed files with 7 additions and 5 deletions

View file

@ -2815,10 +2815,10 @@ describe("SplitAction", () => {
expect(changes[1].changes["nodes"]).toEqual([
6490126559, 8715440375, 8715440374, 8715440373, 8715440372, 8715440371, 8715440370,
8715440369, -1,
8715440369, -2,
])
expect(changes[2].changes["nodes"]).toEqual([
-1, 8715440368, 8715440367, 8715440366, 8715440365, 8715440364, 8715440363,
-2, 8715440368, 8715440367, 8715440366, 8715440365, 8715440364, 8715440363,
])
})
})