Skip to content

Commit 6522190

Browse files
authored
Update test_sunburst.py
1 parent 0a9ceb8 commit 6522190

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_sunburst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sunburst import sunburst
1+
from toolkit.plot import sunburst
22
import plotly.graph_objs as go
33
import plotly.express as px
44

@@ -12,4 +12,4 @@ def test_sunburst():
1212

1313
assert fig.layout.title.text == 'My Sunburst Chart'
1414
assert fig.layout.width == 800
15-
assert fig.layout.height == 600
15+
assert fig.layout.height == 600

0 commit comments

Comments
 (0)