Skip to content

Commit ac7d2b2

Browse files
authored
fix(docs): use correct crate name for integration tests. (#243)
1 parent f996751 commit ac7d2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ cargo test
177177

178178
# Integration tests (requires Docker)
179179
make docker-up
180-
cargo test -p integration_tests
180+
cargo test -p paimon-integration-tests
181181
make docker-down
182182
```

0 commit comments

Comments
 (0)