From 3f9b90c20b42525ca95a730b68307064e742f271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 8 Oct 2022 14:35:02 +0200 Subject: fixup! wip: saturday fixup --- tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_core.py') diff --git a/tests/test_core.py b/tests/test_core.py index d85a6e6..b209628 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -28,7 +28,7 @@ def test_generate_cli_options_start(): ["name", ["--name"], click.STRING], ["version", ["--version"], click.IntRange(min=0)], ["force", ["--force"], click.BOOL], - ["fruit", ["--fruit"], click.STRING], + ["fruit", ["--fruit"], click.Choice(["apple", "banana", "pineapple"])], ] ) def test_generate_cli_options_arguments( -- cgit v1.2.3