Skip to content

Commit 10536bf

Browse files
author
wjm41
committed
removed run_server from test
1 parent 4dc1ab4 commit 10536bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_add_molecules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import molplotly
2+
import multiprocessing
3+
import time
24
import pandas as pd
35
import plotly.express as px
46
from jupyter_dash import JupyterDash
@@ -33,5 +35,3 @@ def test_add_molecules():
3335
)
3436

3537
assert isinstance(app_scatter, JupyterDash)
36-
37-
app_scatter.run_server()

0 commit comments

Comments
 (0)