This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 33af59ead9 Update index.md (#5872)
33af59ead9 is described below

commit 33af59ead95c4c9db31bb680de5faa2a956d7eda
Author: Yongting You <[email protected]>
AuthorDate: Tue Apr 4 14:25:05 2023 -0700

    Update index.md (#5872)
---
 docs/source/contributor-guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/contributor-guide/index.md 
b/docs/source/contributor-guide/index.md
index df1709979b..2cdeaccc15 100644
--- a/docs/source/contributor-guide/index.md
+++ b/docs/source/contributor-guide/index.md
@@ -129,7 +129,7 @@ There are several tests of the public interface of the 
DataFusion library in the
 You can run these tests individually using a command such as
 
 ```shell
-cargo test -p datafusion --tests sql_integration
+cargo test -p datafusion --test sql_integration
 ```
 
 One very important test is the 
[sql_integration](https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sql_integration.rs)
 test which validates DataFusion's ability to run a large assortment of SQL 
queries against an assortment of data setups.

Reply via email to