mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-18 05:02:36 +00:00
fix: 0.3.1
This commit is contained in:
parent
91db478fe9
commit
587e0558e9
4 changed files with 12 additions and 7 deletions
|
|
@ -119,7 +119,7 @@ Deno.test("board", async (t) => {
|
|||
await t.step("on-demand creation: only changed sections are saved", () => {
|
||||
assert(board);
|
||||
|
||||
assertEquals(board.sections.length, 2);
|
||||
assertEquals(board.sections[0].length, 2);
|
||||
assertEquals(board.sections[2], undefined);
|
||||
assertEquals(board.sections[0][2], undefined);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue