Skip to content

Commit 722ab50

Browse files
committed
Fix test
1 parent e2b6c36 commit 722ab50

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/notebooks/deepnote/converters/chartBigNumberBlockConverter.unit.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,14 @@ suite('ChartBigNumberBlockConverter', () => {
444444
id: 'block-123',
445445
metadata: {
446446
custom: 'value',
447-
deepnote_big_number_title: 'new title'
447+
deepnote_big_number_title: 'new title',
448+
deepnote_big_number_comparison_enabled: null,
449+
deepnote_big_number_comparison_format: null,
450+
deepnote_big_number_comparison_title: null,
451+
deepnote_big_number_comparison_type: null,
452+
deepnote_big_number_comparison_value: null,
453+
deepnote_big_number_format: null,
454+
deepnote_big_number_value: null
448455
},
449456
outputs: [],
450457
sortingKey: 'a0',

0 commit comments

Comments
 (0)