docs(cli): fix wrong file path for Java bindings test

The test is currently generated in the default (= unnamed) package.
This commit is contained in:
Marcono1234 2025-12-09 22:20:22 +01:00 committed by ObserverOfTime
parent 8b8199775f
commit 3bd44afcaa

View file

@ -157,7 +157,7 @@ if you have one.
- `pom.xml` - This file is the manifest of the Maven package.
- `bindings/java/main/namespace/language/TreeSitterLanguage.java` - This file wraps your language in a Java class.
- `bindings/java/test/namespace/language/TreeSitterLanguageTest.java` - This file contains a test for the Java package.
- `bindings/java/test/TreeSitterLanguageTest.java` - This file contains a test for the Java package.
### Python