Skip to content

Commit

Permalink
Update code cell expectation (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 27, 2023
1 parent 403823e commit 806faa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-leaks/tests/cell.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("# Cell memory leaks", () => {
await testScenario(addScenario, {
expectations: [
// Code cell
{ leak: null, objects: 1283, collections: 18 },
{ leak: null, objects: 1308, collections: 18 },
// Markdown cell
{ leak: null, objects: 867, collections: 28 },
// Raw cell
Expand Down

0 comments on commit 806faa9

Please sign in to comment.