-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup codestarter test #33181
Cleanup codestarter test #33181
Conversation
turing85
commented
May 6, 2023
- Remove unnecessary modifiers
- Unify line-breaks
- Unify indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This comment has been minimized.
This comment has been minimized.
uhm... I am a little bit at a loss here. Tests fail with
Is this ignorable? If not: how to fix this? |
@turing85 you need to either:
The snapshots are here to make sure the result of generating app with your changes in the templates is as expected |
8b0cd78
to
e973da8
Compare
I pushed an update to synchronize the snapshots. |
Thanks! |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about how two files are indented. Could you have a look?
...odestarts/reactive-routes-codestart/java/src/test/java/org/acme/MyDeclarativeRoutesTest.java
Outdated
Show resolved
Hide resolved
...iveRoutesCodestartTest/testContent/src_test_java_ilove_quark_us_MyDeclarativeRoutesTest.java
Outdated
Show resolved
Hide resolved
e973da8
to
c2889e8
Compare
The tabs were there already. I replaced them. I also rebased onto the current main. @gsmet care to re-evalute the PR now? By-the-by: I did a global search on tabs in |
c2889e8
to
b4e8f36
Compare
so... we wanna proceed with this PR or nah? |
93b437e
to
4d6f278
Compare
- Remove unnecessary modifiers - Unify line-breaks - Unify indentation
4d6f278
to
9d7b1b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM