Skip to content

Commit 5a44ec5

Browse files
committed
update schema in vega_test.py
1 parent e654a23 commit 5a44ec5

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
@@ -36,7 +36,7 @@ def test_with_chart_prop(self):
3636
"id": "plot",
3737
"theme": "dark",
3838
"chart": {
39-
"$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
39+
"$schema": "https://vega.github.io/schema/vega-lite/v6.1.0.json",
4040
"config": {
4141
"view": {"continuousHeight": 300, "continuousWidth": 300}
4242
},

0 commit comments

Comments
 (0)