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