Skip to content

Commit 8d83d0c

Browse files
committed
fix: Fix spell check in test
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent 5f05be1 commit 8d83d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ suite('ChartBigNumberBlockConverter', () => {
199199
execution_count: 33,
200200
data: {
201201
'text/plain':
202-
'{"comparisonTitle": "vs a", "comparisonValue": "10", "title": "sgjaoshdgoashgopiashgoihasdoighasoihgoiasdhgoisadhgoihsdoghasdoighaosdg", "value": "30"}'
202+
'{"comparisonTitle": "vs a", "comparisonValue": "10", "title": "Some title", "value": "30"}'
203203
},
204204
metadata: {}
205205
}

0 commit comments

Comments
 (0)