Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
update test_user_supplied_css for plotly/dash#547
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jan 24, 2019
1 parent 9974141 commit 68a13a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ def on_ts(ts, data):
self.wait_for_text_to_equal('#output', json.dumps(nested_list))

def test_user_supplied_css(self):
app = dash.Dash(assets_folder='test/assets')
app = dash.Dash(__name__)

app.layout = html.Div(className="test-input-css", children=[dcc.Input()])

Expand Down

0 comments on commit 68a13a5

Please sign in to comment.