Skip to content

Commit

Permalink
Fix a small issue in the whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Jul 31, 2023
1 parent 256c4a8 commit ffbd98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ul>
<li>Add LLM-based test generation for lines and methods</li>
<li>Add support for mocking-related annotations in generated tests</li>
<li>Smarter prompt generation to make sure that its number of tokens does not exceed the limits.</li>
<li>Smarter prompt generation to make sure that its number of tokens does not exceed the limits</li>
<li>Improve test parsing</li>
<li>Fix some major performance and functional bugs in interaction with Jacoco</li>
<li>code refactoring</li>
Expand Down

0 comments on commit ffbd98b

Please sign in to comment.