From 1ae9a0764ac80e01cd40683fbb9fff3f2c04da1a Mon Sep 17 00:00:00 2001 From: Jan Sikorski <132985823+sfc-gh-jsikorski@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:43:49 +0100 Subject: [PATCH] Update tests/streamlit/test_streamlit_entity.py Co-authored-by: Patryk Czajka --- tests/streamlit/test_streamlit_entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/streamlit/test_streamlit_entity.py b/tests/streamlit/test_streamlit_entity.py index fa5e259d84..6930d066a0 100644 --- a/tests/streamlit/test_streamlit_entity.py +++ b/tests/streamlit/test_streamlit_entity.py @@ -40,7 +40,7 @@ def example_streamlit_workspace(project_directory): get_default_warehouse=lambda: "test_warehouse", ) - return ( + yield ( StreamlitEntity( workspace_ctx=workspace_context, entity_model=model ),