Skip to content

Commit e82f561

Browse files
committed
updates for new background_callbacks test path
1 parent 07bcd38 commit e82f561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/async_tests/app1_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dash import Dash, Input, Output, dcc, html
22
import time
33

4-
from tests.integration.background_callback.utils import get_background_callback_manager
4+
from tests.background_callback.utils import get_background_callback_manager
55

66
background_callback_manager = get_background_callback_manager()
77
handle = background_callback_manager.handle

tests/integration/async_tests/app_arbitrary_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dash import Dash, Input, Output, html, callback, set_props
22
import time
33

4-
from tests.integration.background_callback.utils import get_background_callback_manager
4+
from tests.background_callback.utils import get_background_callback_manager
55

66
background_callback_manager = get_background_callback_manager()
77
handle = background_callback_manager.handle

0 commit comments

Comments
 (0)