Skip to content

Commit 32aeab6

Browse files
committed
update test
1 parent 40ede22 commit 32aeab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/tests/components/charts/vega_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_with_chart_prop(self):
3232
"id": "plot",
3333
"theme": "dark",
3434
"chart": {
35-
"$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
35+
"$schema": "https://vega.github.io/schema/vega-lite/v5.23.0.json",
3636
"config": {
3737
"view": {"continuousHeight": 300, "continuousWidth": 300}
3838
},

0 commit comments

Comments
 (0)