Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Dec 20, 2024
1 parent 1da428d commit ba063c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ def test_container_placeholder(dash_duo):

dash_duo.start_server(app)

assert dash_duo.get_logs() is None, f"browser console should contain no error: {dash_duo.get_logs()}"
assert (
dash_duo.get_logs() is None
), f"browser console should contain no error: {dash_duo.get_logs()}"
4 changes: 3 additions & 1 deletion tests/test_plugin_placeholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ def test_plugin_placeholder(dash_duo):

dash_duo.start_server(app)

assert dash_duo.get_logs() is None, f"browser console should contain no error: {dash_duo.get_logs()}"
assert (
dash_duo.get_logs() is None
), f"browser console should contain no error: {dash_duo.get_logs()}"

0 comments on commit ba063c3

Please sign in to comment.