Skip to content

Commit 05ab7a0

Browse files
committed
Update test snapshots
1 parent 95fd687 commit 05ab7a0

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ suite('ChartBigNumberBlockConverter', () => {
268268

269269
const config = JSON.parse(cell.value);
270270
assert.deepStrictEqual(config, {
271-
deepnote_big_number_title: null,
272-
deepnote_big_number_value: null,
273-
deepnote_big_number_format: null,
274-
deepnote_big_number_comparison_type: null,
275-
deepnote_big_number_comparison_title: null,
276-
deepnote_big_number_comparison_value: null,
277-
deepnote_big_number_comparison_format: null,
278-
deepnote_big_number_comparison_enabled: null
271+
deepnote_big_number_title: '',
272+
deepnote_big_number_value: '',
273+
deepnote_big_number_format: 'number',
274+
deepnote_big_number_comparison_type: '',
275+
deepnote_big_number_comparison_title: '',
276+
deepnote_big_number_comparison_value: '',
277+
deepnote_big_number_comparison_format: '',
278+
deepnote_big_number_comparison_enabled: false
279279
});
280280
});
281281

@@ -296,14 +296,14 @@ suite('ChartBigNumberBlockConverter', () => {
296296

297297
const config = JSON.parse(cell.value);
298298
assert.deepStrictEqual(config, {
299-
deepnote_big_number_title: null,
300-
deepnote_big_number_value: null,
301-
deepnote_big_number_format: null,
302-
deepnote_big_number_comparison_type: null,
303-
deepnote_big_number_comparison_title: null,
304-
deepnote_big_number_comparison_value: null,
305-
deepnote_big_number_comparison_format: null,
306-
deepnote_big_number_comparison_enabled: null
299+
deepnote_big_number_title: '',
300+
deepnote_big_number_value: '',
301+
deepnote_big_number_format: 'number',
302+
deepnote_big_number_comparison_type: '',
303+
deepnote_big_number_comparison_title: '',
304+
deepnote_big_number_comparison_value: '',
305+
deepnote_big_number_comparison_format: '',
306+
deepnote_big_number_comparison_enabled: false
307307
});
308308
});
309309
});
@@ -445,13 +445,13 @@ suite('ChartBigNumberBlockConverter', () => {
445445
metadata: {
446446
custom: 'value',
447447
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
448+
deepnote_big_number_comparison_enabled: false,
449+
deepnote_big_number_comparison_format: '',
450+
deepnote_big_number_comparison_title: '',
451+
deepnote_big_number_comparison_type: '',
452+
deepnote_big_number_comparison_value: '',
453+
deepnote_big_number_format: 'number',
454+
deepnote_big_number_value: ''
455455
},
456456
outputs: [],
457457
sortingKey: 'a0',

0 commit comments

Comments
 (0)