Skip to content

Commit 806faa9

Browse files
authored
Update code cell expectation (#139)
1 parent 403823e commit 806faa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory-leaks/tests/cell.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("# Cell memory leaks", () => {
77
await testScenario(addScenario, {
88
expectations: [
99
// Code cell
10-
{ leak: null, objects: 1283, collections: 18 },
10+
{ leak: null, objects: 1308, collections: 18 },
1111
// Markdown cell
1212
{ leak: null, objects: 867, collections: 28 },
1313
// Raw cell

0 commit comments

Comments
 (0)