From a3d72a036410f853995cc94c2108d1aec04e212d Mon Sep 17 00:00:00 2001 From: JulianKimmig Date: Fri, 6 Jun 2025 11:40:12 +0200 Subject: [PATCH] =?UTF-8?q?fix(test):=20=F0=9F=90=9B=20update=20expected?= =?UTF-8?q?=20options=20for=20x=20value=20in=20test=5Fexpress=5Fxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_all_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_all_nodes.py b/tests/test_all_nodes.py index 3c6a9ba..f44b818 100644 --- a/tests/test_all_nodes.py +++ b/tests/test_all_nodes.py @@ -355,7 +355,7 @@ async def test_express_dictionary_data(self): out = node.get_output("figure").value self.assertIsInstance(out, go.Figure) self.assertEqual( - node.inputs["x"].value_options["options"], [NoValue, "A", "B", "C", "D"] + node.inputs["x"].value_options["options"], ["index", "A", "B", "C", "D"] ) plot(out, node.node_id)