Skip to content

Commit d7ea599

Browse files
committed
fix test
1 parent b75a3a8 commit d7ea599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/pocket.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ suite('Pocket', () => {
129129
assert.strictEqual(block.type, 'code');
130130
assert.strictEqual(block.sortingKey, 'a0');
131131
assert.strictEqual(block.executionCount, 5);
132-
assert.strictEqual(block.content, '');
132+
assert.strictEqual(block.content, 'print("hello")');
133133
assert.strictEqual(block.outputs, undefined);
134134
});
135135

0 commit comments

Comments
 (0)