Skip to content

Commit 1af2580

Browse files
authored
Fix a typo in Breeze doc (#27293)
1 parent 777b57f commit 1af2580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BREEZE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ For example this will only run provider tests for airbyte and http providers:
695695

696696
.. code-block:: bash
697697
698-
breeze testing tests --test-type "Providers[airbyte,http]``
698+
breeze testing tests --test-type "Providers[airbyte,http]"
699699
700700
You can also run parallel tests with ``--run-in-parallel`` flag - by default it will run all tests types
701701
in parallel, but you can specify the test type that you want to run with space separated list of test

0 commit comments

Comments
 (0)