Skip to content

Commit f1ad800

Browse files
committed
Update documentation to reflect the corrected command for generating unit tests
1 parent 39886c4 commit f1ad800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Key capabilities:
9797

9898
- **Intelligent Test Generation**: Automatically creates unit tests that cover edge cases, error scenarios, and core functionality
9999
- **Context-Aware**: Generates tests that understand your existing codebase patterns and testing conventions
100-
- **One-Click Integration**: Simply comment `@coderabbitai auto-generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
100+
- **One-Click Integration**: Simply comment `@coderabbitai generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
101101

102102
You can customize the generated tests to fit your specific requirements.
103103

docs/finishing-touches/unit-test-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Unit Test Generation is an Early Access Experimental feature.
2121

2222
## Usage
2323

24-
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing `@coderabbitai auto-generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
24+
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing `@coderabbitai generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
2525

2626
Once sent, CodeRabbit will perform the following actions:
2727

0 commit comments

Comments
 (0)