We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d188c commit 0290572Copy full SHA for 0290572
src/notebooks/deepnote/deepnoteProjectUtils.unit.test.ts
@@ -40,7 +40,7 @@ project:
40
41
const result = await readDeepnoteProjectFile(testUri);
42
43
- assert.strictEqual(result.version, '1');
+ assert.strictEqual(result.version, 1);
44
assert.strictEqual(result.project.id, 'test-project-id');
45
assert.strictEqual(result.project.name, 'Test Project');
46
assert.strictEqual(result.project.notebooks.length, 1);
0 commit comments