Skip to content

Commit 7ba95f9

Browse files
committed
update test
1 parent 32aeab6 commit 7ba95f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
class VegaChartTest(make_base(VegaChart)):
1414

1515
def test_with_chart_prop(self):
16+
self.maxDiff = None
1617
source = pd.DataFrame(
1718
{"x": ["A", "B", "C", "D", "E"], "a": [28, 55, 43, 91, 81]}
1819
)
@@ -32,7 +33,7 @@ def test_with_chart_prop(self):
3233
"id": "plot",
3334
"theme": "dark",
3435
"chart": {
35-
"$schema": "https://vega.github.io/schema/vega-lite/v5.23.0.json",
36+
"$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
3637
"config": {
3738
"view": {"continuousHeight": 300, "continuousWidth": 300}
3839
},

0 commit comments

Comments
 (0)