Describe the bug
Consider this test: https://github.com/codebottle-io/codebottle-java/blob/master/src/test/java/io/codebottle/api/test/RequestTest.java
Every time, the second test method fails for #httpClient field in CodeBottle being null.
This situation could never occur.
To Reproduce
Consider this project: https://github.com/codebottle-io/codebottle-java
Version info (please complete the following information):
- Lombok v
1.18.10
- IntelliJ + Gradle
Additional context
Debugger Screenshots:


This is the test setup running before the failing test:

Describe the bug
Consider this test: https://github.com/codebottle-io/codebottle-java/blob/master/src/test/java/io/codebottle/api/test/RequestTest.java
Every time, the second test method fails for
#httpClientfield inCodeBottlebeingnull.This situation could never occur.
To Reproduce
Consider this project: https://github.com/codebottle-io/codebottle-java
Version info (please complete the following information):
1.18.10Additional context



Debugger Screenshots:
This is the test setup running before the failing test: