From 7fd2bbef244a9b009742ab576987401344161820 Mon Sep 17 00:00:00 2001 From: Gayal Dassanayake Date: Tue, 6 Feb 2024 16:18:27 +0530 Subject: [PATCH] Remove quotes in data driven tests --- .../test-ballerina-code/define-data-driven-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swan-lake/development-tutorials/test-document-the-code/test-ballerina-code/define-data-driven-tests.md b/swan-lake/development-tutorials/test-document-the-code/test-ballerina-code/define-data-driven-tests.md index 45339f15728..923b5042212 100644 --- a/swan-lake/development-tutorials/test-document-the-code/test-ballerina-code/define-data-driven-tests.md +++ b/swan-lake/development-tutorials/test-document-the-code/test-ballerina-code/define-data-driven-tests.md @@ -107,7 +107,7 @@ The following is an example to execute map data sets. >**Note:** Include the key within double-quotes. ``` -$ bal test --tests fruitsDataProviderTest#"'banana'" +$ bal test --tests fruitsDataProviderTest#"banana" Compiling source intg_tests/dataproviders:0.0.0