Skip to content

Commit ab68c0b

Browse files
committed
chore: Remove unnecessary warning in README for mutation testing flags
1 parent 3fc7a6f commit ab68c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Mutahunter uses LLM models to inject context-aware faults into your codebase. Th
5151
- Using `--modified-files-only` flag to run mutation testing on only on modified files.
5252
- Using `--only-mutate-file-paths` flag to focus on specific files. T
5353

54-
The above flags will make the mutation testing significantly **faster** and **cost effective.** ⚠️
54+
The above flags will make the mutation testing significantly **faster** and **cost effective.**
5555

5656
```bash
5757
# Install Mutahunter package via GitHub. Python 3.11+ is required.

0 commit comments

Comments
 (0)