From 8d43c1113f25fbe56841390de3bb2ab8b3c05192 Mon Sep 17 00:00:00 2001 From: huong-li-nguyen Date: Wed, 3 Jul 2024 13:02:03 +0200 Subject: [PATCH] Add unit test --- ...uong_li_nguyen_fix_selector_return_type.md | 2 +- .../tests/unit/vizro/actions/conftest.py | 28 ++++++++ .../vizro/actions/test_parameter_action.py | 72 +++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) diff --git a/vizro-core/changelog.d/20240703_091955_huong_li_nguyen_fix_selector_return_type.md b/vizro-core/changelog.d/20240703_091955_huong_li_nguyen_fix_selector_return_type.md index ca478af09..8b60a3856 100644 --- a/vizro-core/changelog.d/20240703_091955_huong_li_nguyen_fix_selector_return_type.md +++ b/vizro-core/changelog.d/20240703_091955_huong_li_nguyen_fix_selector_return_type.md @@ -37,7 +37,7 @@ Uncomment the section that is right (remove the HTML comment wrapper). ### Fixed -- Ensure that selectors always return a list of values. ([#561](https://github.com/mckinsey/vizro/pull/561)) +- Ensure that selectors always return a list of values. ([#562](https://github.com/mckinsey/vizro/pull/562))