We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848d283 commit e208c17Copy full SHA for e208c17
tests/unit/test_streamlit_panel.py
@@ -12,7 +12,6 @@
12
13
PATH_TO_SCRIPT = Path("path/to/script")
14
15
-
16
def test___panel___has_panel_id_and_panel_script_path(fake_panel_channel: grpc.Channel) -> None:
17
panel = StreamlitPanel("my_panel", PATH_TO_SCRIPT, grpc_channel=fake_panel_channel)
18
assert panel.panel_id == "my_panel"
0 commit comments